(Beta)
Package | ga.model |
Class | public class HostedGuide |
Inheritance | HostedGuide Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
HostedGuide
class is used by a Flex application that is hosting a Guide
to directly access specific Guide objects.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
dynamicSectionView : IGuideView [read-only]
The dynamic section view instance. | HostedGuide | ||
guidedActivity : GuidedActivity [read-only]
The Guide instance. | HostedGuide | ||
panelListView : IGuideView [read-only]
The panel list view instance. | HostedGuide | ||
panelManager : PanelManager [read-only]
The panel manager instance. | HostedGuide | ||
sectionListView : IGuideView [read-only]
The section list view instance. | HostedGuide | ||
treeView : IGuideView [read-only]
The tree view instance. | HostedGuide | ||
wrapper : Wrapper [read-only]
The wrapper instance. | HostedGuide |
Public Methods
Property Detail
dynamicSectionView | property |
dynamicSectionView:IGuideView
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The dynamic section view instance.
Implementation
public function get dynamicSectionView():IGuideView
guidedActivity | property |
guidedActivity:GuidedActivity
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The Guide instance.
Implementation
public function get guidedActivity():GuidedActivity
panelListView | property |
panelListView:IGuideView
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The panel list view instance.
Implementation
public function get panelListView():IGuideView
panelManager | property |
panelManager:PanelManager
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The panel manager instance.
Implementation
public function get panelManager():PanelManager
sectionListView | property |
sectionListView:IGuideView
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The section list view instance.
Implementation
public function get sectionListView():IGuideView
treeView | property |
treeView:IGuideView
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The tree view instance.
Implementation
public function get treeView():IGuideView
wrapper | property |
Wed Nov 21 2018, 06:34 AM -08:00