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

IPanel  - AS3 ADEP Guides

Packagega.model
Interfacepublic interface IPanel
Implementors Page

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 IPanel interface defines the properties that can be extracted from a Guide panel.



Public Properties
 PropertyDefined By
  canAdd : Boolean
[read-only] A boolean value indicating if another repeatable panel can be added.
IPanel
  canRemove : Boolean
[read-only] A boolean value indicating if another repeatable panel can be removed.
IPanel
  errorString : String
[read-only] The error string for this panel.
IPanel
  helpText : String
[read-only] The help text for the panel.
IPanel
  helpVideo : String
[read-only] A reference to the FLV file associated with the panel help.
IPanel
  label : String
[read-only] The name of the panel.
IPanel
  section : ISection
[read-only] The parent section for the panel.
IPanel
Property Detail

canAdd

property
canAdd:Boolean  [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

A boolean value indicating if another repeatable panel can be added. This property is bindable.



Implementation
    public function get canAdd():Boolean

canRemove

property 
canRemove:Boolean  [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

A boolean value indicating if another repeatable panel can be removed. This property is bindable.



Implementation
    public function get canRemove():Boolean

errorString

property 
errorString:String  [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 error string for this panel.



Implementation
    public function get errorString():String

helpText

property 
helpText:String  [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 help text for the panel.



Implementation
    public function get helpText():String

helpVideo

property 
helpVideo:String  [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

A reference to the FLV file associated with the panel help.



Implementation
    public function get helpVideo():String

label

property 
label:String  [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 name of the panel.



Implementation
    public function get label():String

section

property 
section:ISection  [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 parent section for the panel.



Implementation
    public function get section():ISection