Uses of Class
org.apache.myfaces.trinidad.change.AttributeComponentChange

Packages that use AttributeComponentChange
org.apache.myfaces.trinidad.change   
 

Uses of AttributeComponentChange in org.apache.myfaces.trinidad.change
 

Subclasses of AttributeComponentChange in org.apache.myfaces.trinidad.change
 class RowKeySetAttributeChange
          Handles RowKeySetAttribute changes, which need to be handled specially because they are mutable and programmers assume that the instances don't change
 

Methods in org.apache.myfaces.trinidad.change that return AttributeComponentChange
 AttributeComponentChange ChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, AttributeComponentChange attributeComponentChange)
          Replace an AttributeComponentChange if it's present.
 AttributeComponentChange SessionChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, AttributeComponentChange attributeComponentChange)
           
 

Methods in org.apache.myfaces.trinidad.change with parameters of type AttributeComponentChange
 AttributeComponentChange ChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, AttributeComponentChange attributeComponentChange)
          Replace an AttributeComponentChange if it's present.
 AttributeComponentChange SessionChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, AttributeComponentChange attributeComponentChange)
           
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.