Index
All Classes|All Packages
U
- UP - Enum constant in enum class io.github.palexdev.virtualizedfx.utils.ScrollUtils.ScrollDirection
- update(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
Called on scroll to update the amount of pixels scrolled and then calls
CellsManager.updateCells(int, int)
, the passed indexes are computed byLayoutManager.firstVisible()
andLayoutManager.lastVisible()
. - update(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Delegate method for
LayoutManager.update(double)
. - updateCells(int, int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Responsible for updating the cells in the viewport.
- updateCells(int, int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Delegate method for
CellsManager.updateCells(int, int)
. - updateIndex(int) - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called by the VirtualFlow.
- updateItem(T) - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called by the VirtualFlow
- upOrDown(double) - Static method in class io.github.palexdev.virtualizedfx.utils.ScrollUtils
-
If the given delta is lesser than 0 returns DOWN, otherwise returns UP.
All Classes|All Packages