Module VirtualizedFX
Package io.github.palexdev.virtualizedfx.grid
package io.github.palexdev.virtualizedfx.grid
-
ClassDescriptionThe
GridHelperis a utility interface which collects a series of common computations/operations used byVirtualGridand its subcomponents.Abstract implementation ofGridHelper, base class forGridHelper.DefaultGridHelper.Concrete implementation ofGridHelper.AbstractHelperwith default/expected behavior for a virtual grid.GridManager<T,C extends GridCell<T>> TheFlowManageris responsible for managing the grid's viewport, track its currentGridStateand trigger states transitions.This is a helper class to supportGridState.Class used by theGridManagerto 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.