|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.record.PageChange
Represents a change to a component on a page.
Constructor Summary | |
PageChange(java.lang.String componentPath,
java.lang.String propertyName,
java.lang.Object newValue)
|
Method Summary | |
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PageChange(java.lang.String componentPath, java.lang.String propertyName, java.lang.Object newValue)
Method Detail |
public java.lang.String getComponentPath()
getComponentPath
in interface IPageChange
public java.lang.Object getNewValue()
getNewValue
in interface IPageChange
public java.lang.String getPropertyName()
getPropertyName
in interface IPageChange
public 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 |