StringBinding |
BooleanExpression.asString() |
Creates a StringBinding that holds the value
of this BooleanExpression turned into a String .
|
StringBinding |
ListExpression.asString() |
Creates a StringBinding that holds the value
of the ListExpression turned into a String .
|
StringBinding |
MapExpression.asString() |
Creates a StringBinding that holds the value
of the MapExpression turned into a String .
|
StringBinding |
NumberExpression.asString() |
Creates a StringBinding that holds the value
of the NumberExpression turned into a String .
|
StringBinding |
NumberExpression.asString(String format) |
Creates a StringBinding that holds the value
of the NumberExpression turned into a String .
|
StringBinding |
NumberExpression.asString(Locale locale,
String format) |
Creates a StringBinding that holds the value
of the NumberExpression turned into a String .
|
StringBinding |
NumberExpressionBase.asString() |
|
StringBinding |
NumberExpressionBase.asString(String format) |
|
StringBinding |
NumberExpressionBase.asString(Locale locale,
String format) |
|
StringBinding |
ObjectExpression.asString() |
Creates a StringBinding that holds the value
of this ObjectExpression turned into a String .
|
StringBinding |
ObjectExpression.asString(String format) |
Creates a StringBinding that holds the value
of the ObjectExpression turned into a String .
|
StringBinding |
ObjectExpression.asString(Locale locale,
String format) |
Creates a StringBinding that holds the value
of the NumberExpression turned into a String .
|
StringBinding |
SetExpression.asString() |
Creates a StringBinding that holds the value
of the SetExpression turned into a String .
|
static StringBinding |
Bindings.createStringBinding(Callable<String> func,
Observable... dependencies) |
|
StringBinding |
When.StringConditionBuilder.otherwise(String otherwiseValue) |
Defines a constant value of the ternary expression, that is returned
if the condition is false .
|
StringBinding |
When.StringConditionBuilder.otherwise(ObservableStringValue otherwiseValue) |
Defines the ObservableStringValue which
value is returned by the ternary expression if the condition is
false .
|
static StringBinding |
Bindings.selectString(Object root,
String... steps) |
Creates a binding used to get a member, such as a.b.c .
|
static StringBinding |
Bindings.selectString(ObservableValue<?> root,
String... steps) |
Creates a binding used to get a member, such as a.b.c .
|
static StringBinding |
Bindings.stringValueAt(ObservableList<String> op,
int index) |
|
static StringBinding |
Bindings.stringValueAt(ObservableList<String> op,
ObservableIntegerValue index) |
|
static StringBinding |
Bindings.stringValueAt(ObservableList<String> op,
ObservableNumberValue index) |
|
static <K> StringBinding |
Bindings.stringValueAt(ObservableMap<K,String> op,
ObservableValue<? extends K> key) |
|
static <K> StringBinding |
Bindings.stringValueAt(ObservableMap<K,String> op,
K key) |
|