パッケージ | 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, 10:34 AM Z