Interfaces
 InterfaceDescription
 IDataBoundControl Generic interface for databinding, implemented by all databound controls.
 IDateDataBoundControl To be implemented by DateField To be used by DataBinding to bind to date properties, e.g.
 IMultiSelectDataBoundControl A control that has a list of values to choose from, and user can choose multiple values
 ISelectDataBoundControl A control that has a list of values to choose from
 ISelectedBitDataBoundControl Implemented by CheckBoxes, TriStatecheckboxes
 ISingleSelectDataBoundControl A control that has a list of values to choose from, but user can only choose 1 value To be implemented by ComboBoxes and RadioButton Lists Used by databinding to get/set values
 ITextDataBoundControl To be implemented by TextInput, TextArea, etc.