public static class SelectBinding.AsString extends StringBinding
| Constructor and Description |
|---|
AsString(Object root,
String... steps) |
AsString(ObservableValue<?> root,
String... steps) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
computeValue()
Calculates the current value of this binding.
|
void |
dispose()
A default implementation of
dispose() that is empty. |
ObservableList<ObservableValue<?>> |
getDependencies()
A default implementation of
getDependencies() that returns an
empty ObservableList. |
protected void |
onInvalidating()
The method onInvalidating() can be overridden by extending classes to
react, if this binding becomes invalid.
|
addListener, addListener, bind, get, invalidate, isValid, removeListener, removeListener, toString, unbindconcat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic AsString(ObservableValue<?> root, String... steps)
public void dispose()
StringBindingdispose() that is empty.dispose in interface Binding<String>dispose in class StringBindingprotected void onInvalidating()
StringBindingonInvalidating in class StringBindingprotected String computeValue()
StringBinding
Classes extending StringBinding have to provide an implementation
of computeValue.
computeValue in class StringBindingpublic ObservableList<ObservableValue<?>> getDependencies()
StringBindinggetDependencies() that returns an
empty ObservableList.getDependencies in interface Binding<String>getDependencies in class StringBindingObservableListCopyright © 2025. All rights reserved.