Index
All Classes and Interfaces|All Packages
U
- unitIncrementProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Specifies the amount added/subtracted to the
MFXScrollBar.valueProperty()
used by the increment/decrement buttons and by scrolling. - update(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Called on scroll to update the amount of pixels scrolled and then calls
CellsManager.updateCells(int)
, the passed start index is computed byLayoutManager.firstVisible()
. - update(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
LayoutManager.update(double)
. - updateCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Responsible for updating the cells in the viewport.
- updateCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
CellsManager.updateCells(int)
. - updateCoordinates(int, int) - Method in interface io.github.palexdev.virtualizedfx.cell.GridCell
-
Allows implementations to store the cell index as a pair of coordinates [row, column].
- updateIndex(int) - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called by the virtualized control.
- updateIndex(int) - Method in interface io.github.palexdev.virtualizedfx.cell.GridCell
-
Automatically called by the virtualized control.
- updateIndex(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
-
This is responsible for updating the cells when the row's index must change to the given one.
- updateItem(T) - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called by the virtualized control.
- updateMaxPage() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Responsible for updating
PaginatedVirtualFlow.maxPageProperty()
when needed. - updateMaxPage() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Responsible for updating
PaginatedVirtualGrid.maxPageProperty()
when needed. - updateScrollDirection(int) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Responsible for updating the
MFXScrollBarBehavior.directionProperty()
from an integer value that is either 1 or -1. - UpdateType - Enum Class in io.github.palexdev.virtualizedfx.enums
-
Enumeration to differentiate the various types of
FlowState
.
All Classes and Interfaces|All Packages