Uses of Class
org.apache.myfaces.tobago.event.PageAction

Packages that use PageAction
org.apache.myfaces.tobago.event   
 

Uses of PageAction in org.apache.myfaces.tobago.event
 

Methods in org.apache.myfaces.tobago.event that return PageAction
 PageAction PageActionEvent.getAction()
          Returns the action type (PageAction).
static PageAction PageActionUtil.parse(java.lang.String name)
           
static PageAction PageAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageAction[] PageAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.myfaces.tobago.event with parameters of type PageAction
PageActionEvent(UIData component, PageAction action)
           
 



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