org.apache.tapestry.record
Class PageChange
java.lang.Object
|
+--org.apache.tapestry.record.PageChange
- All Implemented Interfaces:
- IPageChange
- public class PageChange
- extends Object
- implements IPageChange
Represents a change to a component on a page.
- Version:
- $Id: PageChange.java,v 1.1 2003/03/05 22:59:46 hlship Exp $
- Author:
- Howard Lewis Ship
PageChange
public PageChange(String componentPath,
String propertyName,
Object newValue)
getComponentPath
public String getComponentPath()
- The path to the component on the page, or null if the property
is a property of the page.
- Specified by:
getComponentPath
in interface IPageChange
getNewValue
public Object getNewValue()
- The new value for the property, which may be null.
- Specified by:
getNewValue
in interface IPageChange
getPropertyName
public String getPropertyName()
- The name of the property that changed.
- Specified by:
getPropertyName
in interface IPageChange
toString
public String toString()
- Overrides:
toString
in class Object