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 BooleanPropertyFXProperties.newBooleanProperty(boolean initialValue, Runnable onInvalidated) static BooleanPropertyFXProperties.newBooleanProperty(boolean initialValue, Consumer<Boolean> onInvalidated) static BooleanPropertyFXProperties.newBooleanProperty(Runnable onInvalidated) static BooleanPropertyFXProperties.newBooleanProperty(Consumer<Boolean> onInvalidated) -
Uses of BooleanProperty in javafx.beans.property
Subclasses of BooleanProperty in javafx.beans.propertyModifier and TypeClassDescriptionclassThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classThis class provides a full implementation of aPropertywrapping abooleanvalue. -
Uses of BooleanProperty in javafx.css
Subclasses of BooleanProperty in javafx.cssModifier and TypeClassDescriptionclassThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty. -
Uses of BooleanProperty in javafx.scene
Methods in javafx.scene that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanPropertyNode.cacheProperty()final BooleanPropertyNode.disableProperty()final BooleanPropertyNode.focusTraversableProperty()Specifies whether thisNodeshould 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 BooleanPropertyTitledPane.animatedProperty()The animated state of the TitledPane.final BooleanPropertyTab.closableProperty()The closable state for this tab.final BooleanPropertyTitledPane.collapsibleProperty()The collapsible state of the TitledPane.final BooleanPropertyMenuItem.disableProperty()Sets the individual disabled state of this MenuItem.final BooleanPropertyTab.disableProperty()Sets the disabled state of this tab.final BooleanPropertyTextInputControl.editableProperty()Indicates whether this TextInputControl can be edited by the user.final BooleanPropertyTitledPane.expandedProperty()The expanded state of the TitledPane.ScrollPane.fitToHeightProperty()ScrollPane.fitToWidthProperty()final BooleanPropertyCustomMenuItem.hideOnClickProperty()If true, this menu item, and all visible menus, will be hidden when this menu item is clicked on.final BooleanPropertyMenuItem.mnemonicParsingProperty()MnemonicParsing property to enable/disable text parsing.final BooleanPropertyTabPane.rotateGraphicProperty()The rotatedGraphic state of the tabs in the TabPane.CheckBox.selectedProperty()final BooleanPropertyToggleButton.selectedProperty()Indicates whether this toggle button is selected.final BooleanPropertyMenuItem.visibleProperty()Specifies whether this MenuItem should be rendered as part of the scene graph.final BooleanPropertyTextArea.wrapTextProperty() -
Uses of BooleanProperty in javafx.scene.image
Methods in javafx.scene.image that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanPropertyImageView.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 BooleanPropertyHBox.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 thealignmentvpos value.final BooleanPropertyVBox.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 thealignmenthpos 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 BooleanPropertyPathElement.absoluteProperty()A flag that indicates whether the path coordinates are absolute or relative.final BooleanPropertyArcTo.largeArcFlagProperty()The large arc flag.Shape.smoothProperty()final BooleanPropertyArcTo.sweepFlagProperty()The sweep flag -
Uses of BooleanProperty in javafx.scene.text
Methods in javafx.scene.text that return BooleanPropertyModifier and TypeMethodDescriptionfinal BooleanPropertyText.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 BooleanPropertyPopupWindow.autoHideProperty()Specifies whether Popups should auto hide.final BooleanPropertyPopupWindow.consumeAutoHidingEventsProperty()Specifies whether the event, which caused the Popup to hide, should be consumed.Stage.fullScreenPropertyImpl()