public interface IBinding
Modifier and Type | Method and Description |
---|---|
void |
bind()
Binds the referenced values.
|
void |
dispose()
Disposes the binding.
|
boolean |
isBound()
Gets the binding state
|
boolean |
isDisposed() |
void |
setBindingState(boolean bind)
Sets the binding state
|
void |
unbind()
Unbinds the bound values.
|
void setBindingState(boolean bind)
bind
- If true, the referenced values will be bound, if false they will be unboundboolean isBound()
void unbind()
void bind()
boolean isDisposed()
void dispose()
Siehe auch Jowidgets Nutzerhandbuch