| Package | ga.model |
| Interface | public interface IPanelItem |
| Implementors | PanelItem, 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.
| Property | Defined 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 | ||
| boundData | property |
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.
public function get boundData():Object
public function set boundData(value:Object):void
| boundName | property |
boundName:String [read-only] The name of the data object to which this item is bound.
public function get boundName():String
| boundText | property |
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.
public function get boundText():String
public function set boundText(value:String):void
| boundValue | property |
boundValue:Object [read-write] The value of the data object to which this item is bound.
public function get boundValue():Object
public function set boundValue(value:Object):void
| caption | property |
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.
public function get caption():String
public function set caption(value:String):void
| dataRef | property |
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)
public function get dataRef():String
public function set dataRef(value:String):void
| helpText | property |
helpText:String [read-write] The help text for this item.
public function get helpText():String
public function set helpText(value:String):void
| speak | property |
speak:String [read-write] The screen reader text or accessibility text for this item.
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