| 套件 | com.adobe.mosaic.om.interfaces |
| 介面 | public interface IDisplayable |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
IDisplayable interface provides methods for getting and setting the display state of
nodes that hold content (panel, view, and tile) in the DOM.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| displayed : Boolean [唯讀]
Determines if the selected node is currently displayed. | IDisplayable | ||
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable | ||
屬性詳細資訊
displayed | 屬性 |
方法詳細資訊
display | () | 方法 |
public function display():void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| 執行階段版本: | 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.
Tue Jun 12 2018, 03:47 PM Z