| Pakket | com.adobe.mosaic.om.interfaces |
| Interface | public interface IDisplayable |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtimeversies: | 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.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| displayed : Boolean [alleen-lezen]
Determines if the selected node is currently displayed. | IDisplayable | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable | ||
Eigenschapdetails
displayed | eigenschap |
displayed:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Determines if the selected node is currently displayed.
Implementatie
public function get displayed():BooleanMethodedetails
display | () | methode |
public function display():void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z