Paket | com.adobe.mosaic.om.interfaces |
Arabirim | public interface IDisplayable |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
displayed : Boolean [salt okunur]
Determines if the selected node is currently displayed. | IDisplayable |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable |
Özellik Ayrıntısı
displayed | özellik |
displayed:Boolean
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Determines if the selected node is currently displayed.
Uygulama
public function get displayed():Boolean
Yöntem Ayrıntısı
display | () | yöntem |
public function display():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z