public interface Bindable<T>
Modifier and Type | Method and Description |
---|---|
void |
bind(ObservableValue<? extends T> observable) |
boolean |
isBound() |
void |
unbind() |
void bind(ObservableValue<? extends T> observable)
void unbind()
boolean isBound()
Copyright © 2017. All rights reserved.