Uses of Class
javafx.beans.property.ReadOnlyBooleanProperty
Package
Description
-
Uses of ReadOnlyBooleanProperty in javafx.beans.binding
Modifier and TypeMethodDescriptionabstract ReadOnlyBooleanProperty
ListExpression.emptyProperty()
A boolean property that istrue
, if the list is empty. -
Uses of ReadOnlyBooleanProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
This class provides a full implementation of aProperty
wrapping aboolean
value.class
The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.class
Base class for all readonly properties wrapping aboolean
.class
This class provides a full implementation of aProperty
wrapping aboolean
value. -
Uses of ReadOnlyBooleanProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyBooleanProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal ReadOnlyBooleanProperty
Node.disabledProperty()
Indicates whether or not thisNode
is disabled.final ReadOnlyBooleanProperty
Node.focusedProperty()
Indicates whether thisNode
currently has the input focus. -
Uses of ReadOnlyBooleanProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ReadOnlyBooleanProperty
Tab.disabledProperty()
Indicates whether or not thisTab
is disabled.final ReadOnlyBooleanProperty
ProgressIndicator.indeterminateProperty()
A flag indicating whether it is possible to determine the progress of the ProgressIndicator.final ReadOnlyBooleanProperty
Tab.selectedProperty()
The currently selected tab.final ReadOnlyBooleanProperty
Menu.showingProperty()
Indicates whether theContextMenu
is currently visible.