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