| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.core.AbstractMutable
Base helper implementation of Mutable
| Constructor Summary | |
|---|---|
| AbstractMutable() | |
| Method Summary | ||
|---|---|---|
|  boolean | clearDirty()Get and clear the dirty flag. | |
| protected  void | setDirty()Set the dirty flag. | |
| protected 
 | setDirty(T oldValue,
         T newValue)Set the dirty flag if the value has changed. | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AbstractMutable()
| Method Detail | 
|---|
public boolean clearDirty()
Mutable
clearDirty in interface Mutable
protected <T> void setDirty(T oldValue,
                            T newValue)
oldValue - the old value of an attributenewValue - the new value of an attributeprotected void setDirty()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||