Package | Description |
---|---|
org.apache.myfaces.trinidad.change |
Modifier and Type | Method and Description |
---|---|
ChangeManager.ChangeOutcome |
ChangeManager.addDocumentChangeWithOutcome(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
DocumentChange change)
Add a DocumentChange for a specified component, and return the outcome of adding the change.
|
ChangeManager.ChangeOutcome |
SessionChangeManager.addDocumentChangeWithOutcome(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
DocumentChange change) |
ChangeManager.ChangeOutcome |
ChangeManagerWrapper.addDocumentChangeWithOutcome(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
DocumentChange change)
Delegates the addDocumentChangeWithOutcome() implementation to the wrapped ChangeManager.
|
static ChangeManager.ChangeOutcome |
ChangeManager.ChangeOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeManager.ChangeOutcome[] |
ChangeManager.ChangeOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.