public class BooleanPropertyDecorator extends BooleanProperty
Constructor and Description |
---|
BooleanPropertyDecorator(BooleanProperty delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ChangeListener<? super Boolean> listener) |
void |
addListener(InvalidationListener listener) |
BooleanBinding |
and(ObservableBooleanValue other) |
ObjectProperty<Boolean> |
asObject() |
StringBinding |
asString() |
void |
bind(ObservableValue<? extends Boolean> observable) |
void |
bindBidirectional(Property<Boolean> other) |
boolean |
equals(Object o) |
boolean |
get() |
Object |
getBean() |
protected BooleanProperty |
getDelegate() |
String |
getName() |
Boolean |
getValue() |
int |
hashCode() |
boolean |
isBound() |
BooleanBinding |
isEqualTo(ObservableBooleanValue other) |
BooleanBinding |
isNotEqualTo(ObservableBooleanValue other) |
BooleanBinding |
not() |
BooleanBinding |
or(ObservableBooleanValue other) |
void |
removeListener(ChangeListener<? super Boolean> listener) |
void |
removeListener(InvalidationListener listener) |
void |
set(boolean value) |
void |
setValue(Boolean v) |
String |
toString() |
void |
unbind() |
void |
unbindBidirectional(Property<Boolean> other) |
booleanProperty
readOnlyBooleanProperty
booleanExpression, booleanExpression
public BooleanPropertyDecorator(BooleanProperty delegate)
protected final BooleanProperty getDelegate()
public void setValue(Boolean v)
setValue
in interface WritableBooleanValue
setValue
in interface WritableValue<Boolean>
setValue
in class BooleanProperty
public void bindBidirectional(Property<Boolean> other)
bindBidirectional
in interface Property<Boolean>
bindBidirectional
in class BooleanProperty
public void unbindBidirectional(Property<Boolean> other)
unbindBidirectional
in interface Property<Boolean>
unbindBidirectional
in class BooleanProperty
public String toString()
toString
in class BooleanProperty
public ObjectProperty<Boolean> asObject()
asObject
in class BooleanProperty
public Boolean getValue()
getValue
in interface ObservableValue<Boolean>
getValue
in interface WritableValue<Boolean>
getValue
in class BooleanExpression
public BooleanBinding and(ObservableBooleanValue other)
and
in class BooleanExpression
public BooleanBinding or(ObservableBooleanValue other)
or
in class BooleanExpression
public BooleanBinding not()
not
in class BooleanExpression
public BooleanBinding isEqualTo(ObservableBooleanValue other)
isEqualTo
in class BooleanExpression
public BooleanBinding isNotEqualTo(ObservableBooleanValue other)
isNotEqualTo
in class BooleanExpression
public StringBinding asString()
asString
in class BooleanExpression
public boolean get()
public void addListener(ChangeListener<? super Boolean> listener)
public void removeListener(ChangeListener<? super Boolean> listener)
public void addListener(InvalidationListener listener)
public void removeListener(InvalidationListener listener)
public Object getBean()
public String getName()
public void bind(ObservableValue<? extends Boolean> observable)
public void unbind()
public boolean isBound()
public void set(boolean value)