|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry.record.PageChange
public class 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 IPageChangepublic Object getNewValue()
getNewValue in interface IPageChangepublic String getPropertyName()
getPropertyName in interface IPageChangepublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||