Class CmsDNDHandler.CmsScrollTimer

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsScrollTimer​(com.google.gwt.dom.client.Element scrollParent, int scrollSpeed, CmsDNDHandler.Direction direction)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • CmsScrollTimer

        public CmsScrollTimer​(com.google.gwt.dom.client.Element scrollParent,
                              int scrollSpeed,
                              CmsDNDHandler.Direction direction)
        Constructor.

        Parameters:
        scrollParent - the element that should scrolled
        scrollSpeed - the scroll speed
        direction - the scroll direction
    • Method Detail

      • run

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