Packageorg.servebox.foundry.widget
Classpublic class WidgetManager
InheritanceWidgetManager Inheritance flash.events.EventDispatcher
SubclassesMultiModeWidgetManager

WidgetManager is for a widget what is a viewhelper for a view.



Protected Properties
 PropertyDefined by
  logger : ILogger
[static] The class logger.
WidgetManager
Public Methods
 MethodDefined by
  
WidgetManager
  
getWidget():UIComponent
Gets the widget associated to the WidgetManager.
WidgetManager
  
setWidget(w:UIComponent):void
Sets a widget for the WidgetManager.
WidgetManager
Property detail
loggerproperty
protected static var logger:ILogger

The class logger.

Constructor detail
WidgetManager()constructor
public function WidgetManager()
Method detail
getWidget()method
public function getWidget():UIComponent

Gets the widget associated to the WidgetManager.

Returns
UIComponent
setWidget()method 
public function setWidget(w:UIComponent):void

Sets a widget for the WidgetManager.

Parameters
w:UIComponent