类 SimpleVirtualFlowContainer<T,C extends Cell<T>>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer<T,C>
类型参数:
T - the type of object to represent
C - the type of Cell to use
所有已实现的接口:
Styleable, EventTarget

public class SimpleVirtualFlowContainer<T,C extends Cell<T>> extends Region
This is the Region used by SimpleVirtualFlow to contain the cells.

To keep things easy and organized this container makes use of two helper classes, the CellsManager and LayoutManager, and also acts as a bridge between those two helpers and the VirtualFlow.

Since it keeps references to the CellsManager and the LayoutManager too, it's also responsible for listening to changes to the items list, and the items list property.