| Package | org.servebox.foundry.view |
| Interface | public interface IView extends mx.core.IContainer, mx.core.IUIComponent |
| Implementors | AbstractAirApplication, AbstractApplication, CanvasView, FormView, GridView, HBoxView, PanelView, TileView, TitleWindowView, VBoxView |
| Method | Defined by | ||
|---|---|---|---|
|
Returns the ViewHelper of the container.
| IView | ||
|
toString():String
Returns the string representation of the specified object.
| IView | ||
| getViewHelper | () | method |
public function getViewHelper():ViewHelperReturns the ViewHelper of the container.
ReturnsViewHelper |
| toString | () | method |
public function toString():StringReturns the string representation of the specified object.
ReturnsString |