Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IDisplayable |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
displayed : Boolean [somente leitura]
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 |
Detalhes da propriedade
displayed | propriedade |
displayed:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Determines if the selected node is currently displayed.
Implementação
public function get displayed():Boolean
Detalhes do método
display | () | método |
public function display():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de 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.
Wed Jun 13 2018, 11:10 AM Z