Package com.esri.adf.web.faces.event

The faces.event package contains event argument objects for the web controls.

See:
          Description

Interface Summary
ClientActions  
MapToolAction The MapToolAction interface represents the server tool actions which are invoked by the MapControl
ToolAction The ToolAction is a marker interface to represent server side tool actions supported by ADF web controls.
 

Class Summary
ADFEvent The ADFEvent is the base class which provides the basic methods for events fired by the ADF web controls.
ADFPhaseListener  
CircleArgs Deprecated. This class is deprecated as of ArcGIS Java Server 9.3, no replacement.
ClientActionArgs ClientActionArgs can be created for known client actions (on the map controls) such as adf.MapPoint, adf.MapLine, adf.MapOval etc.
ContinuousPanPhaseListener Phase listener to handle ajax requests to handle following map operations:
DirectionalPanListener Performs a directional pan of the map by direction and factor.
DragImageArgs The DragImageArgs class parses request parameters from a client tool action and stores information pertaining to a drag image event on the map or page.
DragRectangleArgs The DragRectangleArgs class parses request parameters from a client tool action and stores information pertaining to a drag rectangle event on the map or page.
InfoWindowPhaseListener  
LineArgs The LineArgs class parses request parameters from a client tool action and stores information pertaining to a line event on the map.
MapEvent A MapEvent object is created by the MapControl when a map tool is invoked.
OvalArgs Deprecated. This class is deprecated as of ArcGIS Java Server 9.3, no replacement.
OverviewEvent The EventArgs object for the OverviewControl for storing the bounding box coordinates of the overview rectangle.
PanToolAction  
PointArgs The PointArgs class parses request parameters from a client tool action and stores information pertaining to a click event on the map or page.
PolygonArgs The PolygonArgs class parses request parameters from a client tool action and stores information pertaining to a polygon event on the map.
PolylineArgs The PolylineArgs class parses request parameters from a client tool action and stores information pertaining to a polyline event on the map.
PostBackPhaseListener Phase listener to handle client side postback
TaskEvent  
TaskRenderPhaseListener  
TocEvent The EventArgs object for the TocControl for storing TOC nodes and the current state of those nodes.
TocEvent.CheckedTocNode Represents a node for the checked/unchecked operation.
ToolItem An object which contains information pertaining to a map or page tool item.
ToolItemCollection A collection of ToolItem objects.
WebGraphicsPhaseListener Phase listener to retrieve web graphics image through AJAX.
ZoomFullExtentListener  
ZoomInToolAction  
ZoomOutToolAction  
 

Package com.esri.adf.web.faces.event Description

The faces.event package contains event argument objects for the web controls. It also contains:

- ClientActionArgs sub-classes representing client actions such as dragging a rectangle or dragging an image.
- IMapToolAction and IPageLayoutToolAction interfaces which you can use to implement your own map or page layout tools.
- Classes which act as descriptors for the map and page layout tools.