Class ReadOnlyStringWrapper

java.lang.Object
javafx.beans.binding.StringExpression
javafx.beans.property.ReadOnlyStringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringPropertyBase
javafx.beans.property.SimpleStringProperty
javafx.beans.property.ReadOnlyStringWrapper
org.reactfx.inhibeans.property.ReadOnlyStringWrapper
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.WritableObjectValue<String>, javafx.beans.value.WritableStringValue, javafx.beans.value.WritableValue<String>, Guardian, Observable, Property<String>, ObservableValue<String>

@Deprecated public class ReadOnlyStringWrapper extends javafx.beans.property.ReadOnlyStringWrapper implements Property<String>
Deprecated.
Inhibitory version of ReadOnlyStringWrapper.
  • Field Summary

    Fields inherited from interface Guardian

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Superclass constructors
    Deprecated.
     
    ReadOnlyStringWrapper(Object bean, String name, String initialValue)
    Deprecated.
     
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Prevents invalidation and change events from being emitted, until the returned guard is released.
    protected void
    Deprecated.
     

    Methods inherited from class javafx.beans.property.ReadOnlyStringWrapper

    getReadOnlyProperty

    Methods inherited from class javafx.beans.property.SimpleStringProperty

    getBean, getName

    Methods inherited from class javafx.beans.property.StringPropertyBase

    addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind

    Methods inherited from class javafx.beans.property.StringProperty

    bindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectional

    Methods 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, stringExpression

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface Guardian

    guardWhile, guardWhile

    Methods inherited from interface javafx.beans.Observable

    addListener, removeListener

    Methods inherited from interface Observable

    blockWhile, blockWhile, guard

    Methods inherited from interface javafx.beans.value.ObservableValue

    addListener, getValue, removeListener

    Methods inherited from interface javafx.beans.property.Property

    bind, bindBidirectional, isBound, unbind, unbindBidirectional

    Methods inherited from interface javafx.beans.property.ReadOnlyProperty

    getBean, getName

    Methods inherited from interface javafx.beans.value.WritableValue

    getValue, setValue
  • Constructor Details

    • ReadOnlyStringWrapper

      public ReadOnlyStringWrapper()
      Deprecated.
      Superclass constructors. ***
    • ReadOnlyStringWrapper

      public ReadOnlyStringWrapper(String initialValue)
      Deprecated.
    • ReadOnlyStringWrapper

      public ReadOnlyStringWrapper(Object bean, String name)
      Deprecated.
    • ReadOnlyStringWrapper

      public ReadOnlyStringWrapper(Object bean, String name, String initialValue)
      Deprecated.
  • Method Details

    • block

      public Guard block()
      Deprecated.
      Description copied from interface: Observable
      Prevents invalidation and change events from being emitted, until the returned guard is released.
      Specified by:
      block in interface Observable
      Returns:
      a Guard instance 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 returned Guard is AutoCloseable, which makes it convenient to use in try-with-resources.
    • fireValueChangedEvent

      protected void fireValueChangedEvent()
      Deprecated.
      Overrides:
      fireValueChangedEvent in class javafx.beans.property.ReadOnlyStringWrapper