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