- java.lang.Object
-
- javafx.beans.binding.BooleanExpression
-
- javafx.beans.binding.BooleanBinding
-
- com.iamsoft.util.ui.javafx.NegationProperty
-
- All Implemented Interfaces:
javafx.beans.binding.Binding<Boolean>
,javafx.beans.Observable
,javafx.beans.value.ObservableBooleanValue
,javafx.beans.value.ObservableValue<Boolean>
,javafx.beans.value.WritableBooleanValue
,javafx.beans.value.WritableValue<Boolean>
public class NegationProperty extends javafx.beans.binding.BooleanBinding implements javafx.beans.value.WritableBooleanValue, javafx.beans.value.ObservableBooleanValue
Create mutable negation of Boolean property.- See Also:
Bindings.not(ObservableBooleanValue)
-
-
Constructor Summary
Constructors Constructor Description NegationProperty(T pProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
computeValue()
void
set(boolean pVal)
void
setValue(Boolean pVal)
-
Methods inherited from class javafx.beans.binding.BooleanBinding
addListener, addListener, bind, dispose, get, getDependencies, invalidate, isValid, onInvalidating, removeListener, removeListener, toString, unbind
-
Methods inherited from class javafx.beans.binding.BooleanExpression
and, asObject, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, or
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-