Uses of Class
io.github.palexdev.materialfx.controls.base.AbstractMFXListView
Packages that use AbstractMFXListView
Package
Description
-
Uses of AbstractMFXListView in io.github.palexdev.materialfx.builders.base
Classes in io.github.palexdev.materialfx.builders.base with type parameters of type AbstractMFXListViewModifier and TypeClassDescriptionclassBaseListViewBuilder<T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>, L extends AbstractMFXListView<T, C>> Methods in io.github.palexdev.materialfx.builders.base that return types with arguments of type AbstractMFXListViewModifier and TypeMethodDescriptionstatic <T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>>
BaseListViewBuilder<T,C, AbstractMFXListView<T, C>> BaseListViewBuilder.baseList(AbstractMFXListView<T, C> list) Methods in io.github.palexdev.materialfx.builders.base with parameters of type AbstractMFXListViewModifier and TypeMethodDescriptionstatic <T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>>
BaseListViewBuilder<T,C, AbstractMFXListView<T, C>> BaseListViewBuilder.baseList(AbstractMFXListView<T, C> list) -
Uses of AbstractMFXListView in io.github.palexdev.materialfx.controls
Subclasses of AbstractMFXListView in io.github.palexdev.materialfx.controlsModifier and TypeClassDescriptionclassImplementation of a check listview based on VirtualizedFX.classMFXListView<T>Implementation of a check listview based on VirtualizedFX. -
Uses of AbstractMFXListView in io.github.palexdev.materialfx.controls.cell.base
Fields in io.github.palexdev.materialfx.controls.cell.base declared as AbstractMFXListViewModifier and TypeFieldDescriptionprotected final AbstractMFXListView<T,?> AbstractMFXListCell.listViewConstructors in io.github.palexdev.materialfx.controls.cell.base with parameters of type AbstractMFXListView -
Uses of AbstractMFXListView in io.github.palexdev.materialfx.skins
Constructors in io.github.palexdev.materialfx.skins with parameters of type AbstractMFXListViewModifierConstructorDescriptionMFXListViewSkin(AbstractMFXListView<T, ?> listView, io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow<T, ?> virtualFlow)