public class MoreBindings
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static javafx.beans.binding.BooleanBinding |
and(javafx.beans.value.ObservableBooleanValue firstValue,
javafx.beans.value.ObservableBooleanValue secondValue,
javafx.beans.value.ObservableBooleanValue... otherValues) |
Creates a boolean binding that calculates the conditional-AND operation from the given values.
|
static javafx.beans.binding.BooleanBinding |
or(javafx.beans.value.ObservableBooleanValue firstValue,
javafx.beans.value.ObservableBooleanValue secondValue,
javafx.beans.value.ObservableBooleanValue... otherValues) |
Creates a boolean binding that calculates the conditional-OR operation from the given values.
|
public static javafx.beans.binding.BooleanBinding and(javafx.beans.value.ObservableBooleanValue firstValue,
javafx.beans.value.ObservableBooleanValue secondValue,
javafx.beans.value.ObservableBooleanValue... otherValues)
java.lang.IllegalArgumentException - if firstValue is nulljava.lang.IllegalArgumentException - if secondValue is nullpublic static javafx.beans.binding.BooleanBinding or(javafx.beans.value.ObservableBooleanValue firstValue,
javafx.beans.value.ObservableBooleanValue secondValue,
javafx.beans.value.ObservableBooleanValue... otherValues)
java.lang.IllegalArgumentException - if firstValue is nulljava.lang.IllegalArgumentException - if secondValue is null