Uses of Interface
wicket.version.IPageVersionManager

Packages that use IPageVersionManager
wicket The core Wicket package. 
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 IPageVersionManager in wicket
 

Methods in wicket that return IPageVersionManager
protected  IPageVersionManager Page.newVersionManager()
           
 

Uses of IPageVersionManager in wicket.version.undo
 

Classes in wicket.version.undo that implement IPageVersionManager
 class UndoPageVersionManager
          A version manager implemented by recording component changes as undo records which can later be reversed to get back to a given version of the page being managed.
 



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