private class SetPropertyBase.EmptyProperty extends ReadOnlyBooleanPropertyBase
| 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, removeListenerequals, hashCode, toStringand, asString, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuepublic boolean get()
ObservableBooleanValueObservableBooleanValue.public java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.Stringprotected void fireValueChangedEvent()
ReadOnlyBooleanPropertyBaseInvalidationListeners and
ChangeListeners.
This method needs to be called, if the value of this property changes.fireValueChangedEvent in class ReadOnlyBooleanPropertyBaseCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.