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.

See:
          Description

Class Summary
Change Undo information for a change to the page.
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.
 

Package wicket.version.undo Description

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.



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