(Beta)
Package | ga.model |
Interface | public interface IPanel |
Implementors | Page |
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 |
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 Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
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 Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
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 Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The error string for this panel.
Implementation
public function get errorString():String
helpText | property |
helpVideo | property |
helpVideo:String
[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 |
A reference to the FLV file associated with the panel help.
Implementation
public function get helpVideo():String
label | property |
section | property |
section:ISection
[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 parent section for the panel.
Implementation
public function get section():ISection
Wed Nov 21 2018, 06:34 AM -08:00