|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.faces.event.DirectionalPanListener
public class DirectionalPanListener
Performs a directional pan of the map by direction and factor.
| Field Summary | |
|---|---|
static java.lang.String |
CONTEXT_ID
An attribute used by the listener to specify the ID of the associated ContextControl. |
static double |
DEFAULT_FACTOR
The default factor to zoom. |
static java.lang.String |
DIRECTION
An attribute used by the listener defining which direction to pan. |
static java.lang.String |
FACTOR
An attribute used by the listener defining the the panning factor. |
| Constructor Summary | |
|---|---|
DirectionalPanListener()
|
|
| Method Summary | |
|---|---|
void |
processAction(javax.faces.event.ActionEvent event)
Performs the directional pan action based on the direction and factor passed in the attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double DEFAULT_FACTOR
public static final java.lang.String DIRECTION
public static final java.lang.String FACTOR
public static final java.lang.String CONTEXT_ID
| Constructor Detail |
|---|
public DirectionalPanListener()
| Method Detail |
|---|
public void processAction(javax.faces.event.ActionEvent event)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerevent - the ActionEvent
javax.faces.event.AbortProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||