| Package | ga.model |
| Interface | public interface IPanelItem |
| Implementors | PanelItem |
| 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 |
IPanelItem interface is implemented by components that are passed as inputs
into the LayoutTemplate class.
Each panel layout is a component created in Flex Builder that is available in the Guide Design perspective within LiveCycle Workbench ES2. 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 an object specified in the Guide tree.
Related API Elements
| 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 | ||
| keepWithPrevious : Boolean
Whether to keep this item with the previous item
| IPanelItem | ||
| speak : String
The speak text or accessibility text for this item. | IPanelItem | ||
boundData | property |
boundData:Object| 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 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):voidboundName | property |
boundName: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 name of the data object to which this item is bound.
Implementation
public function get boundName():StringboundText | property |
boundText:String| 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 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):voidboundValue | property |
boundValue:Object| 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 value of the data object to which this item is bound.
Implementation
public function get boundValue():Object public function set boundValue(value:Object):voidcaption | property |
caption:String| 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 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 is used.
Implementation
public function get caption():String public function set caption(value:String):voiddataRef | property |
dataRef:String| 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 reference or address of the data node to which to bind this item.
Implementation
public function get dataRef():String public function set dataRef(value:String):voidhelpText | property |
helpText:String| 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 help text for this item.
Implementation
public function get helpText():String public function set helpText(value:String):voidkeepWithPrevious | property |
keepWithPrevious:Boolean| 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 |
Whether to keep this item with the previous item
Implementation
public function get keepWithPrevious():Boolean public function set keepWithPrevious(value:Boolean):voidspeak | property |
speak:String| 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 speak text or accessibility text for this item.
Implementation
public function get speak():String public function set speak(value:String):voidWed Nov 21 2018, 06:34 AM -08:00