Uses of Class
io.github.palexdev.materialfx.beans.properties.functional.FunctionProperty
Packages that use FunctionProperty
-
Uses of FunctionProperty in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return FunctionPropertyModifier and TypeMethodDescriptionMFXFilterComboBox.filterFunctionProperty()Specifies the function used to build aPredicatefrom the typed search text, the predicate is then used to filter the list.MFXPagination.pageCellFactoryProperty()This function specifies how to convert an index to a page.MFXTableColumn.rowCellFactoryProperty()Specifies theFunctionused to build the row's cells.MFXContextMenu.showConditionProperty()Specifies the function used to determine if a MouseEvent should trigger theMFXContextMenu.showActionProperty().MFXTableView.tableRowFactoryProperty()Specifies theFunctionused to generate the table rows.