Index
All Classes and Interfaces|All Packages|Constant Field Values
V
- ValidMapping(int, int) - Constructor for class io.github.palexdev.virtualizedfx.flow.FlowMapping.ValidMapping
- valueOf(String) - Static method in enum class io.github.palexdev.virtualizedfx.enums.ColumnsLayoutMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.HBarPos
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.LayoutMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.ScrollBarPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.VBarPos
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.palexdev.virtualizedfx.enums.UpdateType
-
Returns the enum constant of this class with the specified name.
- valueProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
The current scroll bar's value, clamped between
MFXScrollBar.minProperty()
andMFXScrollBar.maxProperty()
. - values() - Static method in enum class io.github.palexdev.virtualizedfx.enums.ColumnsLayoutMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.HBarPos
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.LayoutMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.ScrollBarPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.VBarPos
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.palexdev.virtualizedfx.enums.UpdateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLE - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.ColumnsLayoutMode
-
In this mode, columns are allowed to have different widths.
- VariablePaginatedTableHelper(PaginatedVirtualTable<?>) - Constructor for class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.VariablePaginatedTableHelper
- VariableTableHelper(VirtualTable<?>) - Constructor for class io.github.palexdev.virtualizedfx.table.TableHelper.VariableTableHelper
- vBarBehaviorProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the function used to build the vertical scroll bar's behavior.
- vBarOffsetProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies a value by which the vertical scroll bar will be "shifted" on the y-axis.
- vBarPaddingProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the extra padding for the vertical scroll bar.
- vBarPolicyProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the vertical scroll bar visibility policy.
- vBarPosProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the position of the vertical scroll bar.
- VerticalHelper(VirtualFlow<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
- VerticalHelper(VirtualFlow<?, ?>, SimpleVirtualFlowContainer<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.
- verticalOffset() - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.AbstractHelper
-
Specifies a certain amount by which shift the vertical position of rows.
- verticalOffset() - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Specifies a certain amount by which shift the vertical position of rows.
- verticalPositionProperty() - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Property for the vertical scroll bar's value.
- verticalPositionProperty() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Property for the vertical scroll bar's value.
- viewport - Variable in class io.github.palexdev.virtualizedfx.grid.VirtualGridSkin
- viewportManager - Variable in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.AbstractOrientationHelper
- ViewportManager<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow -
The
ViewportManager
is responsible for managing the flow's viewport, the cells. - ViewportManager<T,
C extends GridCell<T>> - Class in io.github.palexdev.virtualizedfx.grid -
The
ViewportManager
is responsible for managing the grid's viewport, track its currentGridState
and trigger states transitions. - ViewportManager<T> - Class in io.github.palexdev.virtualizedfx.table
-
The
ViewportManager
is responsible for managing the table's viewport, track its currentTableState
and trigger states transitions. - VirtualBounds - Class in io.github.palexdev.virtualizedfx.beans
-
Useful bean to work with virtualized control's bounds.
- VirtualBounds() - Constructor for class io.github.palexdev.virtualizedfx.beans.VirtualBounds
- VirtualBounds(double, double, double, double) - Constructor for class io.github.palexdev.virtualizedfx.beans.VirtualBounds
- virtualFlow - Variable in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.AbstractOrientationHelper
- VirtualFlow<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow -
Basic implementation of a virtual flow for virtualized list controls.
- VirtualFlow<T,
C extends Cell<T>> - Interface in io.github.palexdev.virtualizedfx.unused.base -
Deprecated.
- VirtualFlow() - Constructor for class io.github.palexdev.virtualizedfx.flow.VirtualFlow
- VirtualFlow(ObservableList<T>, Function<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.VirtualFlow
- VirtualFlow(ObservableList<T>, Function<T, C>, Orientation) - Constructor for class io.github.palexdev.virtualizedfx.flow.VirtualFlow
- VirtualFlowSkin<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow -
Default skin implementation for
VirtualFlow
. - VirtualFlowSkin(VirtualFlow<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.VirtualFlowSkin
- VirtualGrid<T,
C extends GridCell<T>> - Class in io.github.palexdev.virtualizedfx.grid -
Implementation of a virtual grid to virtualize the display of tabular data.
- VirtualGrid() - Constructor for class io.github.palexdev.virtualizedfx.grid.VirtualGrid
- VirtualGrid(ObservableGrid<T>, Function<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.grid.VirtualGrid
- VirtualGridSkin<T,
C extends GridCell<T>> - Class in io.github.palexdev.virtualizedfx.grid -
Default skin implementation for
VirtualGrid
. - VirtualGridSkin(VirtualGrid<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.grid.VirtualGridSkin
- VirtualizedFX - module VirtualizedFX
- VirtualScrollPane - Class in io.github.palexdev.virtualizedfx.controls
-
Implementation of a scroll pane which is intended to use with virtualized controls.
- VirtualScrollPane() - Constructor for class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
- VirtualScrollPane(Node) - Constructor for class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
- VirtualScrollPaneSkin - Class in io.github.palexdev.virtualizedfx.controls.skins
-
Default skin implementation for
VirtualScrollPane
. - VirtualScrollPaneSkin(VirtualScrollPane) - Constructor for class io.github.palexdev.virtualizedfx.controls.skins.VirtualScrollPaneSkin
- VirtualTable<T> - Class in io.github.palexdev.virtualizedfx.table
-
Implementation of a virtual table to virtualize the display of tabular data.
- VirtualTable() - Constructor for class io.github.palexdev.virtualizedfx.table.VirtualTable
- VirtualTable(ObservableList<T>, TableColumn<T, ? extends TableCell<T>>...) - Constructor for class io.github.palexdev.virtualizedfx.table.VirtualTable
- VirtualTable(ObservableList<T>, ObservableList<TableColumn<T, ? extends TableCell<T>>>) - Constructor for class io.github.palexdev.virtualizedfx.table.VirtualTable
- VirtualTableSkin<T> - Class in io.github.palexdev.virtualizedfx.table
-
Default skin implementation for
VirtualTable
. - VirtualTableSkin(VirtualTable<T>) - Constructor for class io.github.palexdev.virtualizedfx.table.VirtualTableSkin
- visibleAmountProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Visible amount of the scroll bar's range.
- vMaxProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the vertical scroll bar's maximum value.
- vMinProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the vertical scroll bar's minimum value.
- vPosProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Specifies the vertical position in the viewport.
- vScroll(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
-
This is responsible for transitioning to a new state when the viewport scrolls vertically.
- vScroll(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
This is responsible for transitioning to a new state when the viewport scrolls vertically.
- VSPUtils - Class in io.github.palexdev.virtualizedfx.utils
-
Class that offers various utilities for
VirtualScrollPane
- vTrackIncrementProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the amount added/subtracted to the vertical scroll bar's value used by the scroll bar's track.
- vUnitIncrementProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the amount added/subtracted to the vertical scroll bar's value used by the buttons and by scrolling.
- vValProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the vertical scroll bar's value.
All Classes and Interfaces|All Packages|Constant Field Values