ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

IDisplayable  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IDisplayable

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

The IDisplayable interface provides methods for getting and setting the display state of nodes that hold content (panel, view, and tile) in the DOM.



Public Properties
 PropertyDefined By
  displayed : Boolean
[read-only] Determines if the selected node is currently displayed.
IDisplayable
Public Methods
 MethodDefined By
  
Navigates the application until the selected node is displayed.
IDisplayable
Property Detail

displayed

property
displayed:Boolean  [read-only]

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

Determines if the selected node is currently displayed.



Implementation
    public function get displayed():Boolean
Method Detail

display

()method
public function display():void

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

Navigates the application until the selected node is displayed. Events of type DisplayEvent are sent after this method is called.