| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.change | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddChildDocumentChangeChange specialization for adding a child component using document mark up. | 
| class  | AddComponentDocumentChangeBase class for specialized DocumentChanges that when applied will add a component
 instance to the component tree. | 
| class  | AttributeDocumentChangeChange specialization for change in attributes. | 
| class  | MoveChildComponentChangeChange specialization for moving a child from one container to another. | 
| class  | RemoveChildComponentChangeChange specialization for removal of a child. | 
| class  | RemoveFacetComponentChangeChange specialization for removal of a facet. | 
| class  | ReorderChildrenComponentChangeChange specialization for re-ordering of children. | 
| class  | SetFacetChildDocumentChangeChange specialization for adding a child component to a facet using document
 mark up. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract DocumentChange | DocumentChangeFactory. convert(ComponentChange compChange)Converts a ComponentChange to a DocumentChange, returning
  nullif no such conversion is possible. | 
| protected static DocumentChange | ChangeManager. createDocumentChange(ComponentChange change)Use the conversion rules to attempt to retrieve the equivalent
 document change for a ComponentChange | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChangeManager. addDocumentChange(javax.faces.context.FacesContext facesContext,
                 javax.faces.component.UIComponent uiComponent,
                 DocumentChange change) | 
| void | SessionChangeManager. addDocumentChange(javax.faces.context.FacesContext facesContext,
                 javax.faces.component.UIComponent uiComponent,
                 DocumentChange change) | 
| void | ChangeManagerWrapper. addDocumentChange(javax.faces.context.FacesContext context,
                 javax.faces.component.UIComponent component,
                 DocumentChange change)Delegates the addDocumentChange() implementation to the wrapped ChangeManager. | 
| 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. | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.