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

Packages that use PropertyChange
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of PropertyChange in org.apache.tapestry.contrib.inspector
 

Methods in org.apache.tapestry.contrib.inspector that return PropertyChange
abstract  PropertyChange ShowProperties.getChange()
           
 

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(String key, Object value)
          Builds a PropertyChange instance for the given key and value pulled from the WebSession.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.