|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.util.beans.PropertyPath.PropertyReference
protected class PropertyPath.PropertyReference
Object used to supply the field information for a given object. These are the worker side objects to the PropertyElements.
| Constructor Summary | |
|---|---|
PropertyPath.PropertyReference(java.lang.String name,
java.lang.Object bean)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Returns the value of this reference. |
void |
propertyChange(java.beans.PropertyChangeEvent event)
When the internal bean has change support, this method is called when this reference's value changes. |
void |
release()
Releases any listeners this reference may have registered. |
void |
setValue(java.lang.Object value)
Sets the value of this reference. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPath.PropertyReference(java.lang.String name,
java.lang.Object bean)
| Method Detail |
|---|
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange in interface java.beans.PropertyChangeListenerpublic void release()
release in interface PropertyPath.PathReferencepublic java.lang.Object getValue()
getValue in interface PropertyPath.PathReferencepublic void setValue(java.lang.Object value)
setValue in interface PropertyPath.PathReferencepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||