private class ListPropertyBase.EmptyProperty extends ReadOnlyBooleanPropertyBase
helper
Modifier | Constructor and Description |
---|---|
private |
EmptyProperty() |
Modifier and Type | Method and Description |
---|---|
protected void |
fireValueChangedEvent()
Sends notifications to all attached
InvalidationListeners and
ChangeListeners . |
boolean |
get()
Returns the current value of this
ObservableBooleanValue . |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
addListener, addListener, removeListener, removeListener
asObject, readOnlyBooleanProperty, toString
and, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, or
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public boolean get()
ObservableBooleanValue
ObservableBooleanValue
.public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.String
protected void fireValueChangedEvent()
ReadOnlyBooleanPropertyBase
InvalidationListeners
and
ChangeListeners
.
This method needs to be called, if the value of this property changes.fireValueChangedEvent
in class ReadOnlyBooleanPropertyBase