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