|
||||||||||
| 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(String componentPath,
String propertyName,
Object newValue)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyChangeImpl(String componentPath,
String propertyName,
Object newValue)
| Method Detail |
|---|
public String getComponentPath()
getComponentPath in interface PropertyChangepublic Object getNewValue()
getNewValue in interface PropertyChangepublic String getPropertyName()
getPropertyName in interface PropertyChangepublic String toString()
toString in class Objectpublic boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||