public interface History
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRedo() |
boolean |
canUndo() |
void |
redo()
Loads the next newer version of the edited content.
|
void |
undo()
Loads the next older version of the edited content.
|
boolean canRedo()
boolean canUndo()
void redo()
void undo()
Copyright © 2004–2017 XWiki. All rights reserved.