Class ReadOnlyBooleanPropertyBase
java.lang.Object
javafx.beans.binding.BooleanExpression
javafx.beans.property.ReadOnlyBooleanProperty
javafx.beans.property.ReadOnlyBooleanPropertyBase
org.reactfx.inhibeans.property.ReadOnlyBooleanPropertyBase
- All Implemented Interfaces:
javafx.beans.Observable, javafx.beans.property.Property<Boolean>, javafx.beans.property.ReadOnlyProperty<Boolean>, javafx.beans.value.ObservableBooleanValue, javafx.beans.value.ObservableValue<Boolean>, javafx.beans.value.WritableValue<Boolean>, Guardian, Observable, Property<Boolean>, ObservableValue<Boolean>
@Deprecated
public abstract class ReadOnlyBooleanPropertyBase
extends javafx.beans.property.ReadOnlyBooleanPropertyBase
implements Property<Boolean>
Deprecated.
Inhibitory version of
ReadOnlyBooleanPropertyBase.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intDeprecated.private booleanDeprecated. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.beans.property.ReadOnlyBooleanPropertyBase
addListener, addListener, removeListener, removeListenerMethods inherited from class javafx.beans.property.ReadOnlyBooleanProperty
asObject, readOnlyBooleanProperty, toStringMethods inherited from class javafx.beans.binding.BooleanExpression
and, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Guardian
guardWhile, guardWhileMethods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface Observable
blockWhile, blockWhile, guardMethods inherited from interface javafx.beans.value.ObservableBooleanValue
getMethods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListenerMethods inherited from interface javafx.beans.property.Property
bind, bindBidirectional, isBound, unbind, unbindBidirectionalMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getNameMethods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
Field Details
-
blocked
private int blockedDeprecated. -
fireOnRelease
private boolean fireOnReleaseDeprecated.
-
-
Constructor Details
-
ReadOnlyBooleanPropertyBase
public ReadOnlyBooleanPropertyBase()Deprecated.
-
-
Method Details
-
block
Deprecated.Description copied from interface:ObservablePrevents invalidation and change events from being emitted, until the returned guard is released.- Specified by:
blockin interfaceObservable- Returns:
- a
Guardinstance that can be released to resume the delivery of invalidation and change events. If this observable has been invalidated one or more times before the guard is released, a single notification is passed to invalidation and change listeners of this observable. The returnedGuardisAutoCloseable, which makes it convenient to use in try-with-resources.
-
release
private void release()Deprecated. -
fireValueChangedEvent
protected void fireValueChangedEvent()Deprecated.- Overrides:
fireValueChangedEventin classjavafx.beans.property.ReadOnlyBooleanPropertyBase
-