Class VirtualFlow<T extends IndexedCell>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.skin.VirtualFlow<T>
Type Parameters:
T - The type of the item contained within the virtual flow cells
All Implemented Interfaces:
Styleable, EventTarget

public class VirtualFlow<T extends IndexedCell> extends Region
Implementation of a virtualized container using a cell based mechanism. This is used by the skin implementations for UI controls such as ListView, TreeView, TableView, and TreeTableView.
Since:
9