com.esri.adf.web.faces.event
Class ZoomFullExtentListener

java.lang.Object
  extended by com.esri.adf.web.faces.event.ZoomFullExtentListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ZoomFullExtentListener
extends Object
implements javax.faces.event.ActionListener


Field Summary
static String CONTEXT_ID
          An attribute used by the listener to specify the ID of the associated ContextControl.
 
Constructor Summary
ZoomFullExtentListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_ID

public static final String CONTEXT_ID
An attribute used by the listener to specify the ID of the associated ContextControl.

See Also:
Constant Field Values
Constructor Detail

ZoomFullExtentListener

public ZoomFullExtentListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException