| 패키지 | 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:17 PM Z