Uses of Class
io.github.palexdev.materialfx.beans.properties.styleable.StyleableBooleanProperty
Packages that use StyleableBooleanProperty
Package
Description
-
Uses of StyleableBooleanProperty in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return StyleableBooleanPropertyModifier and TypeMethodDescriptionMFXPasswordField.allowCopyProperty()Specifies if copying the password field text is allowed.MFXPasswordField.allowCutProperty()Specifies if it's allowed to cut text from the password field.MFXTextField.allowEditProperty()Specifies whether the field is editable.MFXPasswordField.allowPasteProperty()Specifies if it's allowed to paste text from the clipboard to the field.MFXTextField.animatedProperty()Specifies whether the floating text positioning is animated.MFXTextField.caretVisibleProperty()Specifies whether the caret should be visible.MFXMagnifierPane.hideCursorProperty()Specifies whether to show or hide the custom cursor.MFXTextField.scaleOnAboveProperty()Specifies whether the floating text node should be scaled or not when the float mode is set toFloatMode.ABOVE.MFXComboBox.scrollOnOpenProperty()Specifies whether the combo box list should scroll to the current selected value on open.MFXPasswordField.showPasswordProperty()Specifies if the text should be un-masked to show the password.MFXMagnifierPane.showZoomLabelProperty()Specifies whether to show a label that indicates the current zoom level. -
Uses of StyleableBooleanProperty in io.github.palexdev.materialfx.effects.ripple
Methods in io.github.palexdev.materialfx.effects.ripple that return StyleableBooleanPropertyModifier and TypeMethodDescriptionMFXCircleRippleGenerator.autoClipProperty()Specifies whether the generator should try toMFXCircleRippleGenerator.buildClip()automatically, this means also trying to fetch the background/border radius.MFXCircleRippleGenerator.pausedProperty()Property to enable/disable the ripple generator.