public static When when (ObservableBooleanValue condition)

Creates a binding that calculates the result of a ternary expression. See the description of class When for details.

Parameters:
condition     the condition of the ternary expression

Returns:  an intermediate class to build the complete binding

See also:
When