|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SessionChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
AttributeComponentChange attributeComponentChange)
|
AttributeComponentChange |
ChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
AttributeComponentChange attributeComponentChange)
Replace an AttributeComponentChange if it's present. |
Methods in org.apache.myfaces.trinidad.change with parameters of type AttributeComponentChange | |
---|---|
AttributeComponentChange |
SessionChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
AttributeComponentChange attributeComponentChange)
|
AttributeComponentChange |
ChangeManager.replaceAttributeChangeIfPresent(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
AttributeComponentChange attributeComponentChange)
Replace an AttributeComponentChange if it's present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |