| Paquete | com.adobe.mosaic.om.interfaces |
| Interfaz | public interface IDisplayable |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versiones de motor de ejecución: | 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.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| displayed : Boolean [solo lectura]
Determines if the selected node is currently displayed. | IDisplayable | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable | ||
Información sobre propiedades
displayed | propiedad |
displayed:Boolean [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Determines if the selected node is currently displayed.
Implementación
public function get displayed():BooleanInformación sobre métodos
display | () | método |
public function display():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versiones de motor de ejecución: | 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, 02:12 PM Z