Packagecom.flexicious.controls.dataBindings
Classpublic class DataBoundContainerImpl
InheritanceDataBoundContainerImpl Inheritance Object

A container control that can encapsulate a series of databound 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


Protected Properties
 PropertyDefined By
  _dataBoundControls : ArrayCollection
DataBoundContainerImpl
Public Methods
 MethodDefined By
  
DataBoundContainerImpl(iEventDispatcher:IEventDispatcher)
DataBoundContainerImpl
  
DataBoundContainerImpl
  
DataBoundContainerImpl
Property Detail
_dataBoundControlsproperty
protected var _dataBoundControls:ArrayCollection

Constructor Detail
DataBoundContainerImpl()Constructor
public function DataBoundContainerImpl(iEventDispatcher:IEventDispatcher)



Parameters
iEventDispatcher:IEventDispatcher
Method Detail
applyChanges()method
public function applyChanges():void

registerIDataBoundControl()method 
public function registerIDataBoundControl(iDataBoundControl:IDataBoundControl):void

Parameters

iDataBoundControl:IDataBoundControl — Refer to the class docs.