public class ItemBooleanProperty<P> extends javafx.beans.property.BooleanPropertyBase implements ZoeFXProperty<java.lang.Boolean>
| Constructor and Description |
|---|
ItemBooleanProperty(BeanAccess beanAccess) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get() |
java.lang.Object |
getBean() |
java.lang.String |
getName() |
void |
refresh() |
void |
set(boolean b) |
addListener, addListener, bind, fireValueChangedEvent, invalidated, isBound, removeListener, removeListener, toString, unbindbindBidirectional, booleanProperty, setValue, unbindBidirectionaland, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbind, bindBidirectional, isBound, unbind, unbindBidirectionalpublic java.lang.Object getBean()
getBean in interface javafx.beans.property.ReadOnlyProperty<java.lang.Boolean>public java.lang.String getName()
getName in interface javafx.beans.property.ReadOnlyProperty<java.lang.Boolean>public boolean get()
get in interface javafx.beans.value.ObservableBooleanValueget in interface javafx.beans.value.WritableBooleanValueget in class javafx.beans.property.BooleanPropertyBasepublic void set(boolean b)
set in interface javafx.beans.value.WritableBooleanValueset in class javafx.beans.property.BooleanPropertyBasepublic void refresh()
refresh in interface ZoeFXProperty<java.lang.Boolean>