Uses of Class
io.github.palexdev.materialfx.beans.properties.functional.SupplierProperty
Packages that use SupplierProperty
Package
Description
-
Uses of SupplierProperty in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return SupplierPropertyModifier and TypeMethodDescriptionMFXDatePicker.converterSupplierProperty()MFXDatePicker.dayOfWeekConverterSupplierProperty()MFXPagination.indexesSupplierProperty()This supplier specifies the algorithm used to build the pages.MFXDatePicker.monthConverterSupplierProperty()MFXSpinner.nextIconSupplierProperty()TheSupplierused to build the icons which should triggerSpinnerModel.next().MFXSlider.popupSupplierProperty()Specifies the supplier used to build the slider's popup.MFXSpinner.prevIconSupplierProperty()TheSupplierused to build the icons which should triggerSpinnerModel.previous().MFXSlider.thumbSupplierProperty()Specifies the supplier used to build the slider's thumb.MFXContextMenuItem.tooltipSupplierProperty()Specifies theSupplierused to build the item's tooltip. -
Uses of SupplierProperty in io.github.palexdev.materialfx.utils.others.loader
Methods in io.github.palexdev.materialfx.utils.others.loader that return SupplierPropertyModifier and TypeMethodDescriptionMFXLoader.fxmlLoaderSupplierProperty()Specifies theSupplierused to build a newFXMLLoadereach time a view has to be loaded.