修飾子と型 | メソッドと説明 |
---|---|
BooleanBinding |
otherwise(boolean otherwiseValue)
条件が
false である場合に返される3項式の定数値を定義します。 |
BooleanBinding |
otherwise(ObservableBooleanValue otherwiseValue)
条件が
false である場合に3項式によって値が返されるObservableBooleanValue を定義します。 |
public BooleanBinding otherwise(ObservableBooleanValue otherwiseValue)
false
である場合に3項式によって値が返されるObservableBooleanValue
を定義します。otherwiseValue
- 値BooleanBinding
public BooleanBinding otherwise(boolean otherwiseValue)
false
である場合に返される3項式の定数値を定義します。otherwiseValue
- 値BooleanBinding
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.