Uses of Class
wicket.version.undo.Change

Packages that use Change
wicket The core Wicket package. 
wicket.version.undo   
 

Uses of Change in wicket
 

Subclasses of Change in wicket
 class Component.ComponentModelChange
          Change record of a model.
protected  class Component.VisibilityChange
          A visibility change operation.
 

Methods in wicket with parameters of type Change
 void IPageVersionManager.componentStateChanging(Change change)
          Indicates an internal state for the given component is about to change.
protected  void Component.addStateChange(Change change)
          Adds state change to page.
 

Uses of Change in wicket.version.undo
 

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



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