Package | Description |
---|---|
org.apache.myfaces.tobago.event |
Modifier and Type | Method and Description |
---|---|
PageAction |
PageActionEvent.getAction()
Returns the action type (
PageAction ). |
static PageAction |
PageAction.parse(String name) |
static PageAction |
PageAction.valueOf(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.
|
Constructor and Description |
---|
PageActionEvent(javax.faces.component.UIComponent component,
PageAction action) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.