This package org.servebox.foundry.view contains the servebox actionscript foundry extension of all container classes such as VBox, HBox, Canvas.... All org.servebox.foundry.view container classes implements IView. The IView interface permits the deep browsing operation via FlexBrowser. It contains the basic classes for the View part of MVC design pattern. Learn more at http://java.sun.com/blueprints/patterns/catalog.html



Interfaces
 InterfaceDescription
 IView IView is an implementation used to define the View.
Classes
 ClassDescription
 CanvasView CanvasView extends mx.containers.Canvas and implements IView interface.
 FormView FormView extends mx.containers.Form and implements IView interface.
 GridView GridView extends mx.containers.Grid and implements IView interface.
 HBoxView HBoxView extends mx.containers.HBox and implements IView interface.
 PanelView PanelView extends mx.containers.Panel and implements IView interface.
 TileView TileView extends mx.containers.Tile and implements IView interface.
 TitleWindowView TitleWindowView extends mx.containers.TitleWindow and implements IView interface.
 VBoxView VBoxView extends mx.containers.VBox and implements IView interface.
 ViewAlreadyRegisteredError A ViewAlreadyRegisteredError is thrown when the View is already registered to the ViewLocator.
 ViewHelper ViewHelper is linked to a view.
 ViewLocator ViewLocator implements Singleton design pattern , this class is designed to store references to the ViewHelper of an application
 ViewNotFoundError This eroor is thrown when a wnated View is not found.
 ViewUtils A utility class for classes implementing the IView interface.