| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface IDisplayable |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| displayed : Boolean [tylko do odczytu]
Determines if the selected node is currently displayed. | IDisplayable | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable | ||
Szczegół właściwości
displayed | właściwość |
displayed:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Determines if the selected node is currently displayed.
Implementacja
public function get displayed():BooleanSzczegół metody
display | () | metoda |
public function display():void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Wersje środowiska wykonawczego: | 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, 12:06 PM Z