| Package | org.servebox.foundry.widget |
| Class | public class WidgetManager |
| Inheritance | WidgetManager flash.events.EventDispatcher |
| Subclasses | MultiModeWidgetManager |
| Property | Defined by | ||
|---|---|---|---|
| logger : ILogger [static]
The class logger.
| WidgetManager | ||
| Method | Defined by | ||
|---|---|---|---|
| WidgetManager | |||
|
getWidget():UIComponent
Gets the widget associated to the WidgetManager.
| WidgetManager | ||
|
setWidget(w:UIComponent):void
Sets a widget for the WidgetManager.
| WidgetManager | ||
| logger | property |
protected static var logger:ILoggerThe class logger.
| WidgetManager | () | constructor |
public function WidgetManager()
| getWidget | () | method |
public function getWidget():UIComponentGets the widget associated to the WidgetManager.
ReturnsUIComponent |
| setWidget | () | method |
public function setWidget(w:UIComponent):voidSets a widget for the WidgetManager.
Parametersw:UIComponent |