Index
All Classes and Interfaces|All Packages
L
- lastColumn() - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- lastColumn() - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
- lastColumnsRangeProperty() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
Specifies the last range of columns.
- lastColumnsRangeProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Specifies the last range of displayed columns by the viewport as an
IntegerRange
. - lastRangeProperty() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Specifies the current range of displayed items as a
IntegerRange
object. - lastRangeProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Specifies the last range of displayed items by the viewport as an
IntegerRange
. - lastRow() - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- lastRow() - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
- lastRowsRangeProperty() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
Specifies the last range of rows.
- lastRowsRangeProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Specifies the last range of displayed rows by the viewport as an
IntegerRange
. - lastVisible() - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
- lastVisible() - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Computes the first visible cell index in the viewport with this formula:
- lastVisible() - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Computes the first visible cell index in the viewport with this formula:
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Delegate method of
OrientationHelper.lastVisible()
. - layout(Node, double, double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
-
Responsible for calling
Node.resizeRelocate(double, double, double, double)
with the needed parameters, this is used to position and resize cells. - layout(Node, double, double) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
-
Responsible for calling
Node.resizeRelocate(double, double, double, double)
with the needed parameters, this is used to position and resize cells. - layout(Node, double, double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
-
Responsible for calling
Node.resizeRelocate(double, double, double, double)
with the needed parameters, this is used to position and resize cells. - layout(Node, double, double) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
-
Responsible for calling
Node.resizeRelocate(double, double, double, double)
with the needed parameters, this is used to position and resize cells. - layout(Node, double, double) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Responsible for calling
Node.resizeRelocate(double, double, double, double)
with the needed parameters, this is used to position and resize cells. - layout(Node, int, double, double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Computes the Node's x position and then calls
OrientationHelper.HorizontalHelper.resizeRelocate(Node, double, double, double)
. - layout(Node, int, double, double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Lays out the given node.
- layout(Node, int, double, double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Computes the Node's y position and then calls
OrientationHelper.VerticalHelper.resizeRelocate(Node, double, double, double)
. - layoutCells(double, boolean) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
-
This core method is called by
GridState.layoutRows()
and it's responsible for laying out all the cells in theGridRow
. - layoutChildren() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.
- layoutChildren() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Overridden to be empty.
- layoutChildren(double, double, double, double) - Method in class io.github.palexdev.virtualizedfx.controls.skins.MFXScrollBarSkin
- layoutChildren(double, double, double, double) - Method in class io.github.palexdev.virtualizedfx.controls.skins.VirtualScrollPaneSkin
- LayoutManager<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.unused.simple -
Deprecated.
- LayoutManager(SimpleVirtualFlowContainer<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.
- layoutModeProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the layout strategy for the scroll bars, see
ScrollPaneEnums.LayoutMode
orVirtualScrollPaneSkin
for an explanation. - layoutPaginatedRows() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
-
This is the implementation of
GridState.layoutRows()
exclusively forPaginatedVirtualGrid
s. - layoutRows() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
-
This is responsible for laying out the rows in the viewport with the help of
GridHelper.layout(Node, double, double)
. - LEFT - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.VBarPos
- loadResource(String) - Static method in class io.github.palexdev.virtualizedfx.ResourceManager
All Classes and Interfaces|All Packages