Packageorg.servebox.foundry.widget
Classpublic class Widget
InheritanceWidget Inheritance mx.containers.Box
SubclassesMultiModeWidget

Widget is designed to embed a graphic composant and his code througth the manager class.



Public Properties
 PropertyDefined by
  manager : WidgetManager
[read-only] Returns the widget manager.
Widget
  properties : Array
Returns the properties array.
Widget
Protected Properties
 PropertyDefined by
  logger : ILogger
[static] The class logger.
Widget
Public Methods
 MethodDefined by
  
Widget
  
Gets a widget property by its name.
Widget
Protected Methods
 MethodDefined by
  
Returns the manager class.
Widget
  
initWidget():void
Initializes the Widget, check if the reference to the manager class exists then create the manager.
Widget
Property detail
loggerproperty
protected static var logger:ILogger

The class logger.

managerproperty 
manager:WidgetManager  [read-only]

Returns the widget manager.

Implementation
    public function get manager():WidgetManager
propertiesproperty 
properties:Array  [read-write]

Returns the properties array.

Implementation
    public function get properties():Array
    public function set properties(value:Array):void
Constructor detail
Widget()constructor
public function Widget()
Method detail
getManagerClass()method
protected function getManagerClass():Class

Returns the manager class.

Returns
Class
getPropertyByName()method 
public function getPropertyByName(propName:String):WidgetProperty

Gets a widget property by its name.

Parameters
propName:String

Returns
WidgetProperty
initWidget()method 
protected function initWidget():void

Initializes the Widget, check if the reference to the manager class exists then create the manager.