Class PropertyUtils
java.lang.Object
cz.masci.springfx.mvci.util.property.PropertyUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.beans.property.BooleanPropertystatic final javafx.beans.property.BooleanProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.BooleanPropertynot(javafx.beans.property.ReadOnlyBooleanProperty source) This method returns new boolean property which listen to source property change and set own value to the negation of the source property change.
-
Field Details
-
FALSE_PROPERTY
public static final javafx.beans.property.BooleanProperty FALSE_PROPERTY -
TRUE_PROPERTY
public static final javafx.beans.property.BooleanProperty TRUE_PROPERTY
-
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
not
public javafx.beans.property.BooleanProperty not(javafx.beans.property.ReadOnlyBooleanProperty source) This method returns new boolean property which listen to source property change and set own value to the negation of the source property change.- Parameters:
source- Source boolean property this property is listening to- Returns:
- Created boolean property
-