|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.faces.event.PanToolAction
public class PanToolAction
| Constructor Summary | |
|---|---|
PanToolAction()
|
|
| Method Summary | |
|---|---|
void |
execute(MapEvent args)
The method called by the MapControl when the client invokes this tool
action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanToolAction()
| Method Detail |
|---|
public void execute(MapEvent args)
throws java.lang.Exception
MapToolAction
The method called by the MapControl when the client invokes this tool
action.
Tools get important information from the MapEvent such as the associated
WebContext, the ClientActionArgs and a
WebGeometry representing the shape drawn by the client on the screen. Please
refer to the documentation for the MapEvent for more details.
execute in interface MapToolActionargs - the MapEvent to execute this tool
java.lang.Exception - if an error happens while executing the tool. The
MapControl aborts processing the current event when this
happens.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||