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

java.lang.Object
  extended by com.esri.adf.web.faces.event.ClientActionArgs
      extended by com.esri.adf.web.faces.event.DragRectangleArgs
All Implemented Interfaces:
Serializable

public class DragRectangleArgs
extends ClientActionArgs

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. Client tools using JavaScript methods MapDragRectangle, PageDragRectangle, and PageMapDragRectangle use this class.

See Also:
Serialized Form

Field Summary
protected  WebExtent maprect
           
protected  WebExtent rect
           
 
Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs
controlId, requestParameters
 
Constructor Summary
DragRectangleArgs()
           
 
Method Summary
 WebGeometry getMapGeometry()
           
 WebGeometry getWebGeometry()
           
 void init()
          Initializes the DragRectangleArgs object by setting the upper left and lower right x,y values from the request parameters.
 
Methods inherited from class com.esri.adf.web.faces.event.ClientActionArgs
addClientActionArgs, getClientActionArgs, getControlId, getRequestParameters, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rect

protected WebExtent rect

maprect

protected WebExtent maprect
Constructor Detail

DragRectangleArgs

public DragRectangleArgs()
Method Detail

init

public void init()
          throws Exception
Initializes the DragRectangleArgs object by setting the upper left and lower right x,y values from the request parameters.

Specified by:
init in class ClientActionArgs
Throws:
Exception

getWebGeometry

public WebGeometry getWebGeometry()
Specified by:
getWebGeometry in class ClientActionArgs

getMapGeometry

public WebGeometry getMapGeometry()
Specified by:
getMapGeometry in class ClientActionArgs