Packagega.model
Interfacepublic interface IPanel

Defines the properties that can be extracted from a form 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 the 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.
IPanel
  label : String
[read-only] The name of the panel.
IPanel
  section : ISection
[read-only] The parent section for the panel.
IPanel
Property Detail
canAddproperty
canAdd:Boolean  [read-only]

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


Implementation
    public function get canAdd():Boolean
canRemoveproperty 
canRemove:Boolean  [read-only]

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


Implementation
    public function get canRemove():Boolean
errorStringproperty 
errorString:String  [read-only]

The error string for the panel


Implementation
    public function get errorString():String
helpTextproperty 
helpText:String  [read-only]

The help text for the panel.


Implementation
    public function get helpText():String
helpVideoproperty 
helpVideo:String  [read-only]

A reference to the FLV file associated with the panel.


Implementation
    public function get helpVideo():String
labelproperty 
label:String  [read-only]

The name of the panel.


Implementation
    public function get label():String
sectionproperty 
section:ISection  [read-only]

The parent section for the panel.


Implementation
    public function get section():ISection




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/ga/model/IPanel.html