Packagecom.flexicious.controls.dataBindings
Interfacepublic interface IDataBoundContainer
Implementors Form, HBox, Panel, VBox

A container control that can encapsulate a series of filter controls. All IDataBoundControls controls navigate up their hierarchy to see if they are contained by a IDataBoundContainer. If they find one, they register themselves with the same, so the container can then consolidate the information contained within each of the databound controls.

See also

com.flexicious.controls.interfaces.databindings.IDataBoundControl
com.flexicious.controls.dataBindings.IDataBoundContainer


Public Methods
 MethodDefined By
  
Called by call contained IDataBoundControls, to register themselves.
IDataBoundContainer
Method Detail
registerIDataBoundControl()method
public function registerIDataBoundControl(iDataBoundControl:IDataBoundControl):void

Called by call contained IDataBoundControls, to register themselves.

Parameters

iDataBoundControl:IDataBoundControl