This package org.servebox.foundry.widget contains Widget base classes. Widgets are designed to separate MXML and actionscript3 code ( such as view and viewhelper ) for reusable visual components. Widget contains MXML, and WidgetManager contains as3 code. Read the online documentation for learning more about widgets.
| Class | Description | |
|---|---|---|
| MultiModeWidget | A multi-mode widget. | |
| MultiModeWidgetManager | A manager for MultiModeWidget. | |
| Widget | Widget is designed to embed a graphic composant and his code througth the manager class. | |
| WidgetError | A WidgetError is thrown if an error occurs in the Widget. | |
| WidgetManager | WidgetManager is for a widget what is a viewhelper for a view. | |
| WidgetProperty | Represents a property of widget. |