| Package | ga.model | 
| Interface | public 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 | 
IPanel interface defines the properties that can be extracted from a Guide
	 panel.
	 
	 Public Properties
| Property | Defined 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 | 
| helpText | property | 
| 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 | 
| section | property | 
Thu Dec 4 2014, 05:50 PM -08:00