Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IDisplayable |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
displayed : Boolean [sola lettura]
Determines if the selected node is currently displayed. | IDisplayable |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable |
Descrizione delle proprietà
displayed | proprietà |
displayed:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Determines if the selected node is currently displayed.
Implementazione
public function get displayed():Boolean
Descrizione dei metodi
display | () | metodo |
public function display():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | 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:44 PM Z