The ContainerDataBinding class implements databinding for
Container instances. Place a ContainerDataBinding tag into
the MXML file that has Container as its root tag.
Different classes can have
different databinding implementation that optimize for
the different lifecycles. For example, an item renderer
databinding implementation can wait to execute databindings
until the data property is set.