Package | Description |
---|---|
org.apache.myfaces.trinidad.change |
Modifier and Type | Method and Description |
---|---|
ChangeManager.NotificationOutcome |
ChangeManager.documentChangeApplied(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
ComponentChange componentChange)
This method is called on the registered ChangeManager if a ChangeManager in its
addComponentChange() implementation automatically creates an equivalent DocumentChange and
applies the change.
|
ChangeManager.NotificationOutcome |
SessionChangeManager.documentChangeApplied(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
ComponentChange componentChange)
In this implementation, if a simple attribute document change was applied, we will remove
previously added component change on the same component and attribute, if any.
|
ChangeManager.NotificationOutcome |
ChangeManagerWrapper.documentChangeApplied(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
ComponentChange componentChange)
Delegates the documentChangeApplied() implementation to the wrapped ChangeManager.
|
static ChangeManager.NotificationOutcome |
ChangeManager.NotificationOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeManager.NotificationOutcome[] |
ChangeManager.NotificationOutcome.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.