Uses of Class
org.apache.wicket.version.undo.Change

Packages that use Change
org.apache.wicket The core Wicket package. 
org.apache.wicket.version This package contains Wicket's IPageVersionManager interface. 
org.apache.wicket.version.undo This package provides the default implementation of Wicket's back button support in the form of the ability to record and 'undo' changes to Component composition structure, IModel changes, and user-specific changes (such as the current page of pageable lists). 
 

Uses of Change in org.apache.wicket
 

Subclasses of Change in org.apache.wicket
 class Component.ComponentModelChange
          Change record of a model.
protected static class Component.EnabledChange
          A enabled change operation.
protected static class Component.VisibilityChange
          A visibility change operation.
 

Methods in org.apache.wicket with parameters of type Change
protected  void Component.addStateChange(Change change)
          Adds state change to page.
 

Uses of Change in org.apache.wicket.version
 

Methods in org.apache.wicket.version with parameters of type Change
 void IPageVersionManager.componentStateChanging(Change change)
          Indicates an internal state for the given Component is about to change.
 

Uses of Change in org.apache.wicket.version.undo
 

Methods in org.apache.wicket.version.undo with parameters of type Change
 void UndoPageVersionManager.componentStateChanging(Change change)
           
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.