ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
Flex 4.6 and earlier, Flash Pro CS6 and earlier
Hide Filters
com.adobe.mosaic.om.interfaces 

IShell  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IShell extends IMosaicNode

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The IShell interface provides access to the DOM that makes up a composite application. It contains methods to add and remove panels, tiles, and view managers.



Public Properties
 PropertyDefined By
  layout : ILayout
[read-only] The layout of the shell.
IShell
  panels : Array
[read-only] Returns an array of panels that exist within the current shell.
IShell
  styleName : String
he name of the style for the shell.
IShell
  tiles : Array
[read-only] Returns an array of tiles that exist within the current shell.
IShell
  viewManagers : Array
[read-only] An array of viewManager objects that exist within the current shell.
IShell
Public Methods
 MethodDefined By
  
addPanel(panel:IPanel, onSuccess:Function = null, onFailure:Function = null):void
Adds a Panel to the shell.
IShell
  
addService(service:IService, onSuccess:Function = null, onFailure:Function = null):void
Adds a service to this shell.
IShell
  
addTile(tile:com.adobe.mosaic.om.interfaces:ITile, onSuccess:Function = null, onFailure:Function = null):void
Adds a Tile to the Shell.
IShell
  
addViewManager(viewManager:IViewManager, onSuccess:Function = null, onFailure:Function = null):void
Adds a viewManager to the shell.
IShell
  
Removes the specified panel from the shell and returns the removed IPanel object, which can optionally be added to another node in the DOM tree.
IShell
  
Removes the specified service from the shell and returns the removed IService object.
IShell
  
Removes the specified tile from the shell and returns the removed ITile object, which can optionally be added to another node in the DOM tree.
IShell
  
Removes the specified viewManager from the shell and returns the removed IViewManager object, which can optionally be added to another node in the DOM tree.
IShell
Property Detail
Method Detail