|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.view.binding.DefaultBindingMap.BooleanBindingHandler
Handler for AbstractButtons (CheckBox-like).
Constructor Summary | |
DefaultBindingMap.BooleanBindingHandler()
|
Method Summary | |
void |
bind(javax.swing.JComponent container,
BindingMetaData metaData,
ValueModel model)
binds an AbstractButton to the valueModel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultBindingMap.BooleanBindingHandler()
Method Detail |
public void bind(javax.swing.JComponent container, BindingMetaData metaData, ValueModel model)
Assumes that the valueModel has to return a boolean value.
PENDING: does not check for radio button, currently client is responsible for not accidentally finding a radio-type or action-type button.
bind
in interface BindingHandler
container
- the parent to searchmetaData
- binding infosmodel
- the model to keep in synch with the found component's
data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |