All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.beans.binding.NumberExpressionBase.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    A NumberExpressionBase contains convenience methods to generate bindings in a fluent style, that are common to all NumberExpression subclasses.

]]>
Creates a StringBinding that holds the value of the NumberExpression turned into a String.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is greater than a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is greater than or equal to a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this and another ObservableNumberValue are equal (with a tolerance).

]]>
the tolerance

]]>
Creates a new BooleanBinding that holds true if this and another ObservableNumberValue  is not equal (with a tolerance).

]]>
the tolerance

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is lesser than a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is less than or equal to a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is lesser than a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is lesser than a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is lesser than a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is lesser than a constant value or another ObservableNumberValue.

]]>
Creates a new BooleanBinding that holds true if this NumberExpression is lesser than a constant value or another ObservableNumberValue.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy