- java.lang.Object
- 
- javafx.beans.binding.When.ObjectConditionBuilder<T>
 
- 
- 
メソッドのサマリーすべてのメソッド インスタンス・メソッド 具象メソッド 修飾子と型 メソッド 説明 ObjectBinding<T>otherwise(ObservableObjectValue<T> otherwiseValue)条件がfalseである場合に3項式によって値が返されるObservableObjectValueを定義します。ObjectBinding<T>otherwise(T otherwiseValue)条件がfalseである場合に返される3項式の定数値を定義します。
 
- 
- 
- 
メソッドの詳細- 
それ以外public ObjectBinding<T> otherwise(ObservableObjectValue<T> otherwiseValue) 条件がfalseである場合に3項式によって値が返されるObservableObjectValueを定義します。- パラメータ:
- otherwiseValue- 値
- 戻り値:
- 完全なObjectBinding
 
 - 
それ以外public ObjectBinding<T> otherwise(T otherwiseValue) 条件がfalseである場合に返される3項式の定数値を定義します。- パラメータ:
- otherwiseValue- 値
- 戻り値:
- 完全なObjectBinding
 
 
- 
 
-