Packageflexlib.containers
Classpublic class Docker
InheritanceDocker Inheritance mx.core.Container

The Docker container is used as a parent to all DockableToolBars and related controls in a Docking ToolBars context. UI controls which need to be outside the docking context (for eg. StatusBar or Menus) should be placed outside the Docker container.

See also

flexlib.containers.DockableToolBar


Public Methods
 MethodDefined By
  
Constructor.
Docker
Styles
 Style Description Defined By
  
dockingAreaStyleName
Type: String CSS Inheritance: no
Name of the CSS Style declaration to use for the styles for the docking area at the top and bottom. By default, the Dockers's inheritable styles are used.
Docker
  
rowStyleName
Type: String CSS Inheritance: no
Name of the CSS Style declaration to use for one row in the docking area. By default, the Dockers's inheritable styles are used.
Docker
Constructor Detail
Docker()Constructor
public function Docker()

Constructor.