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