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

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

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3, no replacement.

@Deprecated
public class OvalArgs
extends ClientActionArgs

The OvalArgs class parses request parameters from a client tool action and stores information pertaining to an oval event on the map. Client tools using JavaScript method MapOval use this class. As of ArcGIS Java Server 9.3, no replacement.

See Also:
Serialized Form

Field Summary
protected  WebOval mapoval
          Deprecated.  
protected  WebOval oval
          Deprecated.  
 
Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs
controlId, requestParameters
 
Constructor Summary
OvalArgs()
          Deprecated.  
 
Method Summary
 WebGeometry getMapGeometry()
          Deprecated.  
 WebGeometry getWebGeometry()
          Deprecated.  
 void init()
          Deprecated. Initializes the OvalArgs object by setting the center, width and height of the oval 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

oval

protected WebOval oval
Deprecated. 

mapoval

protected WebOval mapoval
Deprecated. 
Constructor Detail

OvalArgs

public OvalArgs()
Deprecated. 
Method Detail

init

public void init()
          throws Exception
Deprecated. 
Initializes the OvalArgs object by setting the center, width and height of the oval from the request parameters.

Specified by:
init in class ClientActionArgs
Throws:
Exception

getWebGeometry

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

getMapGeometry

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