org.apache.myfaces.trinidad.change
Class RowKeySetAttributeChange

java.lang.Object
  extended by org.apache.myfaces.trinidad.change.ComponentChange
      extended by org.apache.myfaces.trinidad.change.AttributeComponentChange
          extended by org.apache.myfaces.trinidad.change.RowKeySetAttributeChange
All Implemented Interfaces:
Serializable

public final class RowKeySetAttributeChange
extends AttributeComponentChange

Handles RowKeySetAttribute changes, which need to be handled specially because they are mutable and programmers assume that the instances don't change

See Also:
Serialized Form

Constructor Summary
RowKeySetAttributeChange(String clientId, String propertyName, Object value)
           
 
Method Summary
 void changeComponent(javax.faces.component.UIComponent uiComponent)
          Apply this change to the specied component
 
Methods inherited from class org.apache.myfaces.trinidad.change.AttributeComponentChange
equals, getAttributeName, getAttributeValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowKeySetAttributeChange

public RowKeySetAttributeChange(String clientId,
                                String propertyName,
                                Object value)
Method Detail

changeComponent

public void changeComponent(javax.faces.component.UIComponent uiComponent)
Description copied from class: AttributeComponentChange
Apply this change to the specied component

Overrides:
changeComponent in class AttributeComponentChange
Parameters:
uiComponent - the UIComponent to apply the change to


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