Module MaterialFX

Class AbstractMFXListView<T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
io.github.palexdev.materialfx.controls.base.AbstractMFXListView<T,C>
Type Parameters:
T - the type of data within the ListView
All Implemented Interfaces:
IListView<T,C>, Styleable, EventTarget, Skinnable
Direct Known Subclasses:
MFXCheckListView, MFXListView

public abstract class AbstractMFXListView<T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>> extends Control implements IListView<T,C>
Base class for all list views based on VirtualizedFX, defines common properties and behavior.