org.apache.myfaces.tobago.event
Class PageActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.apache.myfaces.tobago.event.PageActionEvent
All Implemented Interfaces:
java.io.Serializable

public class PageActionEvent
extends ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PageActionEvent(UIData component, PageAction action)
           
 
Method Summary
 PageAction getAction()
          Returns the action type (PageAction).
 UIData getSheet()
          Convenience method to get the UIData Component.
 int getValue()
          Returns the value for action types PageAction.TO_ROW and PageAction.TO_PAGE.
 void setValue(int value)
           
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
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

PageActionEvent

public PageActionEvent(UIData component,
                       PageAction action)
Method Detail

getAction

public PageAction getAction()
Returns the action type (PageAction).


setValue

public void setValue(int value)

getValue

public int getValue()
Returns the value for action types PageAction.TO_ROW and PageAction.TO_PAGE.


getSheet

public UIData getSheet()
Convenience method to get the UIData Component.



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.