包 | com.adobe.mosaic.om.interfaces |
接口 | public interface IDisplayable |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
运行时版本: | 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.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
displayed : Boolean [只读]
Determines if the selected node is currently displayed. | IDisplayable |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Navigates the application until the selected node is displayed. | IDisplayable |
属性详细信息
displayed | 属性 |
方法详细信息
display | () | 方法 |
public function display():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
运行时版本: | 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, 11:04 AM Z