Uses of Class
io.github.palexdev.materialfx.controls.cell.MFXListCell
Packages that use MFXListCell
Package
Description
-
Uses of MFXListCell in io.github.palexdev.materialfx.builders.control
Method parameters in io.github.palexdev.materialfx.builders.control with type arguments of type MFXListCellModifier and TypeMethodDescriptionListBuilder.setCellFactory(Function<T, MFXListCell<T>> cellFactory) -
Uses of MFXListCell in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return MFXListCellModifier and TypeMethodDescriptionMFXListView.getCell(int index) Delegate method forSimpleVirtualFlow.getCell(int).Methods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXListCellModifier and TypeMethodDescriptionMFXListView.cellFactoryProperty()MFXListView.getCellFactory()Gets the value of the property cellFactory.MFXListView.getCells()Delegate method forSimpleVirtualFlow.getCells().Method parameters in io.github.palexdev.materialfx.controls with type arguments of type MFXListCellModifier and TypeMethodDescriptionvoidMFXListView.setCellFactory(Function<T, MFXListCell<T>> cellFactory) Sets the value of the property cellFactory.