|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tapestry.record.PropertyChangeImpl
Represents a change to a component on a page.
| Constructor Summary | |
PropertyChangeImpl(java.lang.String componentPath,
java.lang.String propertyName,
java.lang.Object newValue)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getComponentPath()
The path to the component on the page, or null if the property is a property of the page. |
java.lang.Object |
getNewValue()
The new value for the property, which may be null. |
java.lang.String |
getPropertyName()
The name of the property that changed. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertyChangeImpl(java.lang.String componentPath,
java.lang.String propertyName,
java.lang.Object newValue)
| Method Detail |
public java.lang.String getComponentPath()
getComponentPath in interface PropertyChangepublic java.lang.Object getNewValue()
getNewValue in interface PropertyChangepublic java.lang.String getPropertyName()
getPropertyName in interface PropertyChangepublic java.lang.String toString()
public boolean equals(java.lang.Object object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||