Module VirtualizedFX
Package io.github.palexdev.virtualizedfx.grid
package io.github.palexdev.virtualizedfx.grid
-
ClassDescriptionThe
GridHelper
is a utility interface which collects a series of common computations/operations used byVirtualGrid
and its subcomponents.Abstract implementation ofGridHelper
, base class forGridHelper.DefaultGridHelper
.Concrete implementation ofGridHelper.AbstractHelper
with default/expected behavior for a virtual grid.GridManager<T,C extends GridCell<T>> TheFlowManager
is responsible for managing the grid's viewport, track its currentGridState
and trigger states transitions.This is a helper class to supportGridState
.Class used by theGridManager
to represent the state of the viewport at a given time.VirtualGrid<T,C extends GridCell<T>> Implementation of a virtual grid to virtualize the display of tabular data.VirtualGridSkin<T,C extends GridCell<T>> Default skin implementation forVirtualGrid
.