org.apache.wicket.version.undo |
wicket.version.undo package
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.
|
Java Source File Name | Type | Comment |
Add.java | Class | An add change operation. |
Change.java | Class | Undo information for a change to the page. |
ChangeList.java | Class | A ChangeList is a sequence of changes that can be undone. |
ModelChange.java | Class | A model change operation. |
Remove.java | Class | A remove change operation. |
UndoPageVersionManager.java | Class | 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. |