| WidgetInterface | 
| 10 other children | 
Widgets are required to implement this interface. Widgets are also required to inherit from WidgetSprite. Use the template in WidgetTemplate to implement the interface in new widgets.

| WidgetInterface | Widgets are required to implement this interface. | 
| Properties and Functions | |
| active | Sets the state of the widget to active or inactive. | 
| dispose | Dispose of all resources used or referenced in the instance. | 
| isActive | Indicates whether the widget is active or not. | 
Sets the state of the widget to active or inactive.
function set active( state: Boolean ):void 
Dispose of all resources used or referenced in the instance.
function dispose():void 
Indicates whether the widget is active or not.
function get isActive():Boolean