Uses of Class
javafx.beans.property.BooleanProperty
Packages that use BooleanProperty
Package
Description
-
Uses of BooleanProperty in dev.webfx.kit.mapper.peers.javafxmedia
Methods in dev.webfx.kit.mapper.peers.javafxmedia that return BooleanProperty -
Uses of BooleanProperty in dev.webfx.kit.mapper.peers.javafxmedia.spi.gwtj2cl
Methods in dev.webfx.kit.mapper.peers.javafxmedia.spi.gwtj2cl that return BooleanProperty -
Uses of BooleanProperty in dev.webfx.kit.util.properties
Methods in dev.webfx.kit.util.properties that return BooleanPropertyModifier and TypeMethodDescriptionstatic BooleanProperty
FXProperties.newBooleanProperty
(boolean initialValue, Runnable onInvalidated) static BooleanProperty
FXProperties.newBooleanProperty
(boolean initialValue, Consumer<Boolean> onInvalidated) static BooleanProperty
FXProperties.newBooleanProperty
(Runnable onInvalidated) static BooleanProperty
FXProperties.newBooleanProperty
(Consumer<Boolean> onInvalidated) -
Uses of BooleanProperty in javafx.beans.property
Subclasses of BooleanProperty in javafx.beans.propertyModifier and TypeClassDescriptionclass
The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.class
This class provides a full implementation of aProperty
wrapping aboolean
value. -
Uses of BooleanProperty in javafx.css
Subclasses of BooleanProperty in javafx.cssModifier and TypeClassDescriptionclass
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of BooleanProperty in javafx.scene
Methods in javafx.scene that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
Node.cacheProperty()
final BooleanProperty
Node.disableProperty()
final BooleanProperty
Node.focusTraversableProperty()
Specifies whether thisNode
should be a part of focus traversal cycle.Node.managedProperty()
Node.mouseTransparentProperty()
Node.visibleProperty()
-
Uses of BooleanProperty in javafx.scene.control
Methods in javafx.scene.control that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
TitledPane.animatedProperty()
The animated state of the TitledPane.final BooleanProperty
Tab.closableProperty()
The closable state for this tab.final BooleanProperty
TitledPane.collapsibleProperty()
The collapsible state of the TitledPane.final BooleanProperty
MenuItem.disableProperty()
Sets the individual disabled state of this MenuItem.final BooleanProperty
Tab.disableProperty()
Sets the disabled state of this tab.final BooleanProperty
TextInputControl.editableProperty()
Indicates whether this TextInputControl can be edited by the user.final BooleanProperty
TitledPane.expandedProperty()
The expanded state of the TitledPane.ScrollPane.fitToHeightProperty()
ScrollPane.fitToWidthProperty()
final BooleanProperty
CustomMenuItem.hideOnClickProperty()
If true, this menu item, and all visible menus, will be hidden when this menu item is clicked on.final BooleanProperty
MenuItem.mnemonicParsingProperty()
MnemonicParsing property to enable/disable text parsing.final BooleanProperty
TabPane.rotateGraphicProperty()
The rotatedGraphic state of the tabs in the TabPane.CheckBox.selectedProperty()
final BooleanProperty
ToggleButton.selectedProperty()
Indicates whether this toggle button is selected.final BooleanProperty
MenuItem.visibleProperty()
Specifies whether this MenuItem should be rendered as part of the scene graph.final BooleanProperty
TextArea.wrapTextProperty()
-
Uses of BooleanProperty in javafx.scene.image
Methods in javafx.scene.image that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
ImageView.preserveRatioProperty()
Indicates whether to preserve the aspect ratio of the source image when scaling to fit the image within the fitting bounding box. -
Uses of BooleanProperty in javafx.scene.layout
Methods in javafx.scene.layout that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
HBox.fillHeightProperty()
Whether or not resizable children will be resized to fill the full height of the hbox or be resized to their preferred height and aligned according to thealignment
vpos value.final BooleanProperty
VBox.fillWidthProperty()
Whether or not resizable children will be resized to fill the full width of the vbox or be resized to their preferred width and aligned according to thealignment
hpos value. -
Uses of BooleanProperty in javafx.scene.media
Methods in javafx.scene.media that return BooleanProperty -
Uses of BooleanProperty in javafx.scene.shape
Methods in javafx.scene.shape that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
PathElement.absoluteProperty()
A flag that indicates whether the path coordinates are absolute or relative.final BooleanProperty
ArcTo.largeArcFlagProperty()
The large arc flag.Shape.smoothProperty()
final BooleanProperty
ArcTo.sweepFlagProperty()
The sweep flag -
Uses of BooleanProperty in javafx.scene.text
Methods in javafx.scene.text that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
Text.strikethroughProperty()
Defines if each line of text should have a line through it. -
Uses of BooleanProperty in javafx.stage
Methods in javafx.stage that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanProperty
PopupWindow.autoHideProperty()
Specifies whether Popups should auto hide.final BooleanProperty
PopupWindow.consumeAutoHidingEventsProperty()
Specifies whether the event, which caused the Popup to hide, should be consumed.Stage.fullScreenPropertyImpl()