Uses of Interface
org.apache.tapestry.record.PropertyChange

Packages that use PropertyChange
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of PropertyChange in org.apache.tapestry.record
 

Classes in org.apache.tapestry.record that implement PropertyChange
 class PropertyChangeImpl
          Represents a change to a component on a page.
 

Methods in org.apache.tapestry.record that return PropertyChange
static PropertyChange RecordUtils.buildChange(java.lang.String key, java.lang.Object value)
          Builds a PropertyChange instance for the given key and value pulled from the WebSession.