Uses of Class
io.github.palexdev.materialfx.beans.properties.functional.ConsumerProperty
Packages that use ConsumerProperty
Package
Description
-
Uses of ConsumerProperty in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return ConsumerPropertyModifier and TypeMethodDescriptionMFXComboBox.onCancelProperty()MFXDatePicker.onCancelProperty()Specifies the action to perform onMFXDatePicker.cancel(String).MFXComboBox.onCommitProperty()MFXDatePicker.onCommitProperty()Specifies the action to perform onMFXDatePicker.commit(String).MFXSpinner.onCommitProperty()Specifies the action to perform when editing the spinner's text and confirming the changes by pressing ENTER.MFXContextMenu.showActionProperty()Specifies the action to perform when a valid MouseEvent occurs.MFXTooltip.showActionProperty()This consumer allows the user to decide how to show the tooltip. -
Uses of ConsumerProperty in io.github.palexdev.materialfx.controls.base
Methods in io.github.palexdev.materialfx.controls.base that return ConsumerPropertyModifier and TypeMethodDescriptionMFXCombo.onCancelProperty()Specifies the action to perform onMFXCombo.cancel(String).MFXCombo.onCommitProperty()Specifies the action to perform onMFXCombo.commit(String).