public class

PageActionEvent

extends ActionEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ javax.faces.event.FacesEvent
       ↳ javax.faces.event.ActionEvent
         ↳ org.apache.myfaces.tobago.event.PageActionEvent

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PageActionEvent(UIComponent component, PageAction action)
Public Methods
PageAction getAction()
Returns the action type (PageAction).
int getValue()
Returns the value for action types TO_ROW and TO_PAGE.
void setValue(int value)
[Expand]
Inherited Methods
From class javax.faces.event.ActionEvent
From class javax.faces.event.FacesEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PageActionEvent (UIComponent component, PageAction action)

Public Methods

public PageAction getAction ()

Returns the action type (PageAction).

public int getValue ()

Returns the value for action types TO_ROW and TO_PAGE.

public void setValue (int value)