Class CmsUndoRedoHandler.UndoRedoState

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasRedo()
      Returns if there are changes to be re done.
      boolean hasUndo()
      Returns if there are changes to be undone.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasRedo

        public boolean hasRedo()
        Returns if there are changes to be re done.
        Returns:
        true if there are changes to be re done.
      • hasUndo

        public boolean hasUndo()
        Returns if there are changes to be undone.
        Returns:
        true if there are changes to be undone.