@Deprecated public class ReadOnlyStringWrapper extends ReadOnlyStringWrapper implements Property<String>
ReadOnlyStringWrapper
.Constructor and Description |
---|
ReadOnlyStringWrapper()
Deprecated.
Superclass constructors.
|
ReadOnlyStringWrapper(Object bean,
String name)
Deprecated.
|
ReadOnlyStringWrapper(Object bean,
String name,
String initialValue)
Deprecated.
|
ReadOnlyStringWrapper(String initialValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Guard |
block()
Deprecated.
Prevents invalidation and change events from being emitted,
until the returned guard is released.
|
protected void |
fireValueChangedEvent()
Deprecated.
|
getReadOnlyProperty
getBean, getName
addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectional
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bind, bindBidirectional, isBound, unbind, unbindBidirectional
getBean, getName
addListener, getValue, removeListener
addListener, removeListener
getValue, setValue
blockWhile, blockWhile, guard
combine, guardWhile, guardWhile
public ReadOnlyStringWrapper()
public ReadOnlyStringWrapper(String initialValue)
public Guard block()
Observable
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.protected void fireValueChangedEvent()
fireValueChangedEvent
in class ReadOnlyStringWrapper