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