Class ReadOnlyStringPropertyBase
java.lang.Object
javafx.beans.binding.StringExpression
javafx.beans.property.ReadOnlyStringProperty
javafx.beans.property.ReadOnlyStringPropertyBase
org.reactfx.inhibeans.property.ReadOnlyStringPropertyBase
- All Implemented Interfaces:
javafx.beans.Observable, javafx.beans.property.Property<String>, javafx.beans.property.ReadOnlyProperty<String>, javafx.beans.value.ObservableObjectValue<String>, javafx.beans.value.ObservableStringValue, javafx.beans.value.ObservableValue<String>, javafx.beans.value.WritableValue<String>, Guardian, Observable, Property<String>, ObservableValue<String>
@Deprecated
public abstract class ReadOnlyStringPropertyBase
extends javafx.beans.property.ReadOnlyStringPropertyBase
implements Property<String>
Deprecated.
Inhibitory version of
ReadOnlyStringPropertyBase.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intDeprecated.private booleanDeprecated. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.beans.property.ReadOnlyStringPropertyBase
addListener, addListener, removeListener, removeListenerMethods inherited from class javafx.beans.property.ReadOnlyStringProperty
toStringMethods inherited from class javafx.beans.binding.StringExpression
concat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpressionMethods 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.ObservableObjectValue
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
-
ReadOnlyStringPropertyBase
public ReadOnlyStringPropertyBase()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.ReadOnlyStringPropertyBase
-