Package de.kleopatra.view.binding

Binding between input widgets and (bean) properties..

See:
          Description

Interface Summary
BindingHandler Handler to find and bind a Component to a ValueModel.
BindingMap Responsible for finding an appropriate BindingHandler for a given BindingMetaData.
 

Class Summary
AbstractBoundForm  
BeanBinding Helper to manage data binding.
BindingFactory  
BindingMetaData Dump for MetaData required to bind a property to a widget.
ComboBoxBindingMetaData BindingMetaData for use by combobox binding.
DefaultBindingMap Default implementation of BindingMap.
DefaultBindingMap.BooleanBindingHandler Handler for AbstractButtons (CheckBox-like).
DefaultBindingMap.ComboBoxBindingHandler Handler for ComboBox.
DefaultBindingMap.FormattedTextBindingHandler .
DefaultBindingMap.ListBindingHandler Handler for Lists.
DefaultBindingMap.RadioBindingHandler Handler for RadioButtons.
DefaultBindingMap.SpinnerBindingHandler .
DefaultBindingMap.TextBindingHandler Handler for TextComponents (TextFields and TextAreas).
DefaultBindingMap.TriggerCancelAction action to flush trigger, typically bound to cancel keystroke.
DelayedRefresher Actually, this is a dirty hack to make sure a listener will be updated with the new value.
EnableMultiplexer trying to couple a AbstractButton's selected state to enable state of dependents.
FormattedTextBindingMetaData PENDING: add formatter/mask support...
ListBindingMetaData BindingMetaData for use by list binding.
RadioBindingMetaData BindingMetaData for use by binding a group of radio options.
SpinnerBindingMetaData BindingMetaData for use by spinner binding.
SpinnerConnector  
TextBindingMetaData BindingMetaData for use by text binding.
 

Exception Summary
BindingComponentNotFoundException  
BindingException  
BindingHandlerNotFoundException  
 

Package de.kleopatra.view.binding Description

Binding between input widgets and (bean) properties..

Author:
(C) 2003 Jeanette Winzenburg




Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.