Packagega.model
Interfacepublic interface IPanelItem
ImplementorsPanelItem, PanelText

An interface that provides attributes for components that are passed as inputs into the Layout Template class.

Each panel layout is a component created in Flex Builder that is available in Guide Builder. Panel layouts are based on the Layout Template class, support scripting, and are passed an array of panel items, each of which supports this interface, as inputs. Each panel item represents either a form design object, or a Guide Builder utility object, specified in the form guide hierarchy in Guide Builder.



Public Properties
 PropertyDefined By
  boundData : Object
The object in the data model to which this item is bound.
IPanelItem
  boundName : String
[read-only] The name of the data object to which this item is bound.
IPanelItem
  boundText : String
The value of the data object as a string.
IPanelItem
  boundValue : Object
The value of the data object to which this item is bound.
IPanelItem
  caption : String
The caption or description of this item.
IPanelItem
  dataRef : String
The reference or address of the data node to which to bind this item.
IPanelItem
  helpText : String
The help text for this item.
IPanelItem
  speak : String
The screen reader text or accessibility text for this item.
IPanelItem
Property Detail
boundDataproperty
boundData:Object  [read-write]

The object in the data model to which this item is bound. This allows the bound object to be determined using Flex binding instead of using a dataRef expression.


Implementation
    public function get boundData():Object
    public function set boundData(value:Object):void
boundNameproperty 
boundName:String  [read-only]

The name of the data object to which this item is bound.


Implementation
    public function get boundName():String
boundTextproperty 
boundText:String  [read-write]

The value of the data object as a string. If the data model supports data formatting, this method returns the bound value as a formatted string.


Implementation
    public function get boundText():String
    public function set boundText(value:String):void
boundValueproperty 
boundValue:Object  [read-write]

The value of the data object to which this item is bound.


Implementation
    public function get boundValue():Object
    public function set boundValue(value:Object):void
captionproperty 
caption:String  [read-write]

The caption or description of this item. If no caption or description is specified, the caption for this item is bound to the caption of the data model. If the data model does not specify a caption, the default label specified in the layout template is used.


Implementation
    public function get caption():String
    public function set caption(value:String):void
dataRefproperty 
dataRef:String  [read-write]

The reference or address of the data node to which to bind this item. When using a Scripting Object Model (SOM) expressions, the expression must use the following syntax: #som(SOM expression)


Implementation
    public function get dataRef():String
    public function set dataRef(value:String):void
helpTextproperty 
helpText:String  [read-write]

The help text for this item.


Implementation
    public function get helpText():String
    public function set helpText(value:String):void
speakproperty 
speak:String  [read-write]

The screen reader text or accessibility text for this item.


Implementation
    public function get speak():String
    public function set speak(value:String):void




 

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/IPanelItem.html