|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.adf.web.faces.event.ClientActionArgs
com.esri.adf.web.faces.event.CircleArgs
The CircleArgs class parses request parameters from a client tool action and stores information pertaining to a drag circle event on the map. Client tools using JavaScript method MapCircle use this class.
| Field Summary | |
protected WebCircle |
circle
|
| Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs |
controlId, requestParameters |
| Constructor Summary | |
CircleArgs()
|
|
| Method Summary | |
WebGeometry |
getWebGeometry()
|
void |
init()
Initializes the CircleArgs object by setting the center and radius of the circle 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 |
protected WebCircle circle
| Constructor Detail |
public CircleArgs()
| Method Detail |
public void init()
throws java.lang.Exception
init in class ClientActionArgsjava.lang.Exceptionpublic WebGeometry getWebGeometry()
getWebGeometry in class ClientActionArgs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||