包 | ga.model |
类 | public class HostedGuide |
继承 | HostedGuide Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
HostedGuide
class is used by a Flex application that is hosting a Guide
to directly access specific Guide objects.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
dynamicSectionView : IGuideView [只读]
The dynamic section view instance. | HostedGuide | ||
guidedActivity : GuidedActivity [只读]
The Guide instance. | HostedGuide | ||
panelListView : IGuideView [只读]
The panel list view instance. | HostedGuide | ||
panelManager : PanelManager [只读]
The panel manager instance. | HostedGuide | ||
sectionListView : IGuideView [只读]
The section list view instance. | HostedGuide | ||
treeView : IGuideView [只读]
The tree view instance. | HostedGuide | ||
wrapper : IWrapperHost [只读]
The wrapper instance. | HostedGuide |
属性详细信息
dynamicSectionView | 属性 |
dynamicSectionView:IGuideView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The dynamic section view instance.
实现
public function get dynamicSectionView():IGuideView
guidedActivity | 属性 |
guidedActivity:GuidedActivity
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The Guide instance.
实现
public function get guidedActivity():GuidedActivity
panelListView | 属性 |
panelListView:IGuideView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The panel list view instance.
实现
public function get panelListView():IGuideView
panelManager | 属性 |
panelManager:PanelManager
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The panel manager instance.
实现
public function get panelManager():PanelManager
sectionListView | 属性 |
sectionListView:IGuideView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The section list view instance.
实现
public function get sectionListView():IGuideView
treeView | 属性 |
treeView:IGuideView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The tree view instance.
实现
public function get treeView():IGuideView
wrapper | 属性 |
wrapper:IWrapperHost
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
The wrapper instance.
实现
public function get wrapper():IWrapperHost
Tue Jun 12 2018, 11:04 AM Z