org.jboss.seam.core
public abstract class AbstractMutable extends Object implements Mutable
Constructor and Description |
---|
AbstractMutable() |
Modifier and Type | Method and Description |
---|---|
boolean |
clearDirty()
Get and clear the dirty flag.
|
protected void |
setDirty()
Set the dirty flag.
|
protected <T> void |
setDirty(T oldValue,
T newValue)
Set the dirty flag if the value has changed.
|
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()
Copyright © 2015 Seam Framework. All Rights Reserved.