ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
ga.model 

HostedGuide  - AS3 ADEP Guides

Packagega.model
Classpublic class HostedGuide
InheritanceHostedGuide Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

The HostedGuide class is used by a Flex application that is hosting a Guide to directly access specific Guide objects.



Public Properties
 PropertyDefined By
 Inheritedconstructor : 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 : IWrapperHost
[read-only] The wrapper instance.
HostedGuide
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

dynamicSectionView

property
dynamicSectionView:IGuideView  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

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 Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

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 Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

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 Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

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 Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

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 Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

The tree view instance.



Implementation
    public function get treeView():IGuideView

wrapper

property 
wrapper:IWrapperHost  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

The wrapper instance.



Implementation
    public function get wrapper():IWrapperHost