Class ScrollListener


  • public abstract class ScrollListener
    extends java.lang.Object
    An "interface" for objects that need to listen to scrolling events on a CompositeTable control.
    Since:
    3.2
    • Constructor Summary

      Constructors 
      Constructor Description
      ScrollListener()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void tableScrolled​(ScrollEvent scrollEvent)
      Method tableScrolled.
      • Methods inherited from class java.lang.Object

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

      • ScrollListener

        public ScrollListener()
    • Method Detail

      • tableScrolled

        public abstract void tableScrolled​(ScrollEvent scrollEvent)
        Method tableScrolled. Called after the CompositeTable has scrolled the visible range.
        Parameters:
        scrollEvent - TODO