Uses of Class
io.github.palexdev.materialfx.controls.cell.MFXDateCell
Packages that use MFXDateCell
Package
Description
-
Uses of MFXDateCell in io.github.palexdev.materialfx.builders.control
Method parameters in io.github.palexdev.materialfx.builders.control with type arguments of type MFXDateCellModifier and TypeMethodDescriptionDatePickerBuilder.setCellFactory(Function<LocalDate, MFXDateCell> cellFactory) -
Uses of MFXDateCell in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXDateCellModifier and TypeMethodDescriptionMFXDatePicker.cellFactoryProperty()Specifies the function used to create the day cells in the grid.MFXDatePicker.getCellFactory()Gets the value of the property cellFactory.Method parameters in io.github.palexdev.materialfx.controls with type arguments of type MFXDateCellModifier and TypeMethodDescriptionvoidMFXDatePicker.setCellFactory(Function<LocalDate, MFXDateCell> cellFactory) Sets the value of the property cellFactory.