org.primefaces.extensions.event
Class WaypointEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.BehaviorEvent
              extended by javax.faces.event.AjaxBehaviorEvent
                  extended by org.primefaces.extensions.event.AbstractAjaxBehaviorEvent
                      extended by org.primefaces.extensions.event.WaypointEvent
All Implemented Interfaces:
java.io.Serializable

public class WaypointEvent
extends AbstractAjaxBehaviorEvent

Event which is triggered by the Waypoint component.

Since:
0.6
Version:
$Revision$
Author:
Oleg Varaksin / last modified by $Author$
See Also:
Serialized Form

Nested Class Summary
static class WaypointEvent.Direction
          Direction
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WaypointEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, WaypointEvent.Direction direction, java.lang.String waypointId)
           
 
Method Summary
 WaypointEvent.Direction getDirection()
           
 java.lang.String getWaypointId()
           
 
Methods inherited from class org.primefaces.extensions.event.AbstractAjaxBehaviorEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.BehaviorEvent
getBehavior
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()


Copyright © 2011-2013. All Rights Reserved.