Index
Alle Klassen und Schnittstellen|Alle Packages
G
- getGrid() - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Returns the wrapped grid.
- getLeft() - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller.ScrollPosition
-
Returns the left / horizontal / x scroll position in pixels (starting from the left border of the scrollable component).
- getTop() - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller.ScrollPosition
-
Returns the top / vertical / y scroll position in pixels (starting from the top border of the scrollable component).
- GridScroller - Klasse in org.vaadin.addons.stefan.gridscroller
-
Utility class that provides methods to set and read the pixel based scroll position of a Vaadin grid.
- GridScroller(Grid) - Konstruktor für Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Creates a new instance for the given grid.
- GridScroller.ScrollPosition - Klasse in org.vaadin.addons.stefan.gridscroller
-
Container class providing information about scroll positions in a two dimensional component.
O
- org.vaadin.addons.stefan.gridscroller - Package org.vaadin.addons.stefan.gridscroller
R
- readScrollPositions(Grid, SerializableConsumer) - Statische Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Reads the current scroll position of the given grid and passes it to the given consumer.
- readScrollPositions(SerializableConsumer) - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Reads the current scroll position of given grid and passes it to the given consumer.
S
- scroll(Grid, Double, Double) - Statische Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the both scroll positions in pixels for the given grid.
- scroll(Grid, GridScroller.ScrollPosition) - Statische Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the both scroll positions in pixels for the given grid.
- scroll(Double, Double) - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the both scroll positions in pixels for the grid.
- scroll(GridScroller.ScrollPosition) - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the both scroll positions in pixels for the grid.
- scrollLeft(Grid, Double) - Statische Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the left / horizontal / x scroll position in pixels for the given grid.
- scrollLeft(Double) - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the left / horizontal / x scroll position in pixels for grid.
- ScrollPosition(double, double) - Konstruktor für Klasse org.vaadin.addons.stefan.gridscroller.GridScroller.ScrollPosition
- scrollTop(Grid, Double) - Statische Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the top / vertical / y scroll position in pixels for the given grid.
- scrollTop(Double) - Methode in Klasse org.vaadin.addons.stefan.gridscroller.GridScroller
-
Sets the top / vertical / y scroll position in pixels for the grid.
Alle Klassen und Schnittstellen|Alle Packages