Class GridCell<T>

All Implemented Interfaces:
Styleable, EventTarget, Skinnable
Direct Known Subclasses:
ColorGridCell, ImageGridCell, MediaImageCell

public class GridCell<T> extends IndexedCell<T>
A GridCell is created to represent items in the GridView items list. As with other JavaFX UI controls (like ListView, TableView, etc), the GridView control is virtualised, meaning it is exceedingly memory and CPU efficient. Refer to the GridView class documentation for more details.
See Also: