Uses of Class
wicket.version.undo.Change

Packages that use Change
wicket The core Wicket package. 
wicket.version   
wicket.version.undo This packages 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, model changes and user specific (such as the current page of pageable lists) changes. 
 

Uses of Change in wicket
 

Subclasses of Change in 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 wicket with parameters of type Change
protected  void Component.addStateChange(Change change)
          Adds state change to page.
 

Uses of Change in wicket.version
 

Methods in 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 wicket.version.undo
 

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



Copyright © 2004-2007 Wicket developers. All Rights Reserved.