Class BooleanProperty<K>
java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanProperty(String name) Creates a boolean property with the given name.BooleanProperty(String name, Boolean value) Creates a boolean property with the given name and initial value. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value as a primitive, if the value is null/nullable this will fail...Methods inherited from class PropertyBase
addChangeListener, bindGlobalGetListener, bindGlobalSetListener, firePropertyChanged, getClientProperty, getGenericType, getLabel, getName, putClientProperty, removeChangeListener, setLabel, stopListening, validateCollectionTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BooleanProperty
Creates a boolean property with the given name. -
BooleanProperty
-
-
Method Details
-
getBoolean
public boolean getBoolean()Returns the value as a primitive, if the value is null/nullable this will fail...
Returns
the numeric value
-