Class CmsUndoRedoHandler.ChangeTimer

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ChangeTimer​(java.lang.String valuePath, java.lang.String attributeName, int valueIndex, CmsUndoRedoHandler.ChangeType changeType)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean matches​(java.lang.String valuePath, java.lang.String attributeName, int valueIndex)
      Checks whether the timer change properties match the given ones.
      void run()  
      • Methods inherited from class com.google.gwt.user.client.Timer

        cancel, isRunning, schedule, scheduleRepeating
      • Methods inherited from class java.lang.Object

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

      • ChangeTimer

        protected ChangeTimer​(java.lang.String valuePath,
                              java.lang.String attributeName,
                              int valueIndex,
                              CmsUndoRedoHandler.ChangeType changeType)
        Constructor.

        Parameters:
        valuePath - the entity value path
        attributeName - the attribute name
        valueIndex - the value index
        changeType - the change type
    • Method Detail

      • run

        public void run()
        Specified by:
        run in class com.google.gwt.user.client.Timer
        See Also:
        Timer.run()
      • matches

        protected boolean matches​(java.lang.String valuePath,
                                  java.lang.String attributeName,
                                  int valueIndex)
        Checks whether the timer change properties match the given ones.

        Parameters:
        valuePath - the entity value path
        attributeName - the attribute name
        valueIndex - the value index
        Returns:
        true if the timer change properties match the given ones