Uses of Class
io.github.palexdev.materialfx.controls.cell.MFXPage
Packages that use MFXPage
Package
Description
-
Uses of MFXPage in io.github.palexdev.materialfx.builders.control
Method parameters in io.github.palexdev.materialfx.builders.control with type arguments of type MFXPageModifier and TypeMethodDescriptionPaginationBuilder.setPageCellFactory(Function<Integer, MFXPage> pageCellFactory) -
Uses of MFXPage in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXPageModifier and TypeMethodDescriptionMFXPagination.getPageCellFactory()Gets the value of the property pageCellFactory.MFXPagination.pageCellFactoryProperty()This function specifies how to convert an index to a page.Method parameters in io.github.palexdev.materialfx.controls with type arguments of type MFXPageModifier and TypeMethodDescriptionvoidMFXPagination.setPageCellFactory(Function<Integer, MFXPage> pageCellFactory) Sets the value of the property pageCellFactory.