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