|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.beans.binding |
Characteristics of Bindings
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBinding<T> |
When.ObjectConditionBuilder.otherwise(ObservableObjectValue<T> otherwiseValue)
Defines the
ObservableObjectValue which
value is returned by the ternary expression if the condition is
false. |
ObjectBinding<T> |
When.ObjectConditionBuilder.otherwise(T otherwiseValue)
Defines a constant value of the ternary expression, that is returned
if the condition is
false. |
static <T> ObjectBinding<T> |
Bindings.select(ObservableValue<?> root,
java.lang.String... steps)
Creates a binding used to get a member, such as
a.b.c. |
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .