|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.bean.util.PropertyTracker
public class PropertyTracker
Utility class for tracking indexed PropertyKeys in a bitmask
Constructor Summary | |
---|---|
PropertyTracker(FacesBean.Type type)
Constructor |
Method Summary | |
---|---|
void |
addProperty(PropertyKey key)
Adds a property to the bitmask |
Iterator<PropertyKey> |
iterator()
Provides Iterator of the propoerty being tracked in a bitmask |
void |
removeProperty(PropertyKey key)
Stops tracking property in a bitmask |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyTracker(FacesBean.Type type)
type
- Facesbean Type for the bean that owns the trackerMethod Detail |
---|
public void addProperty(PropertyKey key)
key
- property key to be tracked in a bitmaskpublic void removeProperty(PropertyKey key)
key
- property key that should be removed from the bitmaskpublic Iterator<PropertyKey> iterator()
iterator
in interface Iterable<PropertyKey>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |