Klasse GridScroller.ScrollPosition

java.lang.Object
org.vaadin.addons.stefan.gridscroller.GridScroller.ScrollPosition
Umschließende Klasse:
GridScroller

public static class GridScroller.ScrollPosition extends Object
Container class providing information about scroll positions in a two dimensional component.
Autor:
Stefan Uebe
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    ScrollPosition(double left, double top)
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    double
    Returns the left / horizontal / x scroll position in pixels (starting from the left border of the scrollable component).
    double
    Returns the top / vertical / y scroll position in pixels (starting from the top border of the scrollable component).

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • ScrollPosition

      public ScrollPosition(double left, double top)
  • Methodendetails

    • getLeft

      public double getLeft()
      Returns the left / horizontal / x scroll position in pixels (starting from the left border of the scrollable component).
      Gibt zurück:
      left scroll position
    • getTop

      public double getTop()
      Returns the top / vertical / y scroll position in pixels (starting from the top border of the scrollable component).
      Gibt zurück:
      top scroll position