Spec-Zone.ru › OpenJavaFX 8
javafx.beans.binding

Class When.BooleanConditionBuilder

java.lang.Object
  • javafx.beans.binding.When.BooleanConditionBuilder

Enclosing class:

When



public class When.BooleanConditionBuilder
extends Object
An intermediate class needed while assembling the ternary expression. It should not be used in another context.

Since:

JavaFX 2.0

  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    BooleanBinding otherwise(boolean otherwiseValue)
    Defines a constant value of the ternary expression, that is returned if the condition is false.
    BooleanBinding otherwise(ObservableBooleanValue otherwiseValue)
    Defines the ObservableBooleanValue which value is returned by the ternary expression if the condition is false.
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Detail

    • otherwise

      public BooleanBinding otherwise(ObservableBooleanValue otherwiseValue)
      Defines the ObservableBooleanValue which value is returned by the ternary expression if the condition is false.

      Parameters:

      otherwiseValue - the value

      Returns:

      the complete BooleanBinding

    • otherwise

      public BooleanBinding otherwise(boolean otherwiseValue)
      Defines a constant value of the ternary expression, that is returned if the condition is false.

      Parameters:

      otherwiseValue - the value

      Returns:

      the complete BooleanBinding

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API