public interface WritableBooleanProperty extends ReadableBooleanProperty, WritableProperty<Boolean>, javafx.beans.value.WritableBooleanValue
TYPE
NO_PROPERTIES
PROPERTY_TYPE
Modifier and Type | Method and Description |
---|---|
default boolean |
get() |
default void |
set(boolean value) |
void |
setValue(Boolean value)
This method sets the
value . |
and, getType, isEqualTo, isNotEqualTo, not, or
getReadOnly, getReadOnly, isMandatory, isReadOnly, isValid, validate
bind, bindBidirectional, isBound, unbind, unbindBidirectional
getBean, getName
addListener, getValue, removeListener
fromJson, toJson
default boolean get()
get
in interface javafx.beans.value.ObservableBooleanValue
get
in interface ReadableBooleanProperty
get
in interface javafx.beans.value.WritableBooleanValue
void setValue(Boolean value)
AttributeWriteValue
value
.setValue
in interface AttributeWriteValue<Boolean>
setValue
in interface javafx.beans.value.WritableBooleanValue
setValue
in interface javafx.beans.value.WritableValue<Boolean>
value
- is the new value
. May be null
unless otherwise stated.default void set(boolean value)
set
in interface javafx.beans.value.WritableBooleanValue
Copyright © 2001–2016 mmm-Team. All rights reserved.