Package org.primefaces.extensions.event
Class WaypointEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.faces.event.FacesEvent
-
- javax.faces.event.BehaviorEvent
-
- javax.faces.event.AjaxBehaviorEvent
-
- org.primefaces.event.AbstractAjaxBehaviorEvent
-
- org.primefaces.extensions.event.WaypointEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class WaypointEvent extends org.primefaces.event.AbstractAjaxBehaviorEventEvent which is triggered by theWaypointcomponent.- Since:
- 0.6
- Version:
- $Revision$
- Author:
- Oleg Varaksin / last modified by Melloware
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWaypointEvent.Direction
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description WaypointEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, WaypointEvent.Direction direction, java.lang.String waypointId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaypointEvent.DirectiongetDirection()java.lang.StringgetWaypointId()-
Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent
isAppropriateListener, processListener
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WaypointEvent
public WaypointEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, WaypointEvent.Direction direction, java.lang.String waypointId)
-
-
Method Detail
-
getDirection
public WaypointEvent.Direction getDirection()
-
getWaypointId
public java.lang.String getWaypointId()
-
-