(Beta)
Package | ga.model |
Class | public class PanelBreak |
Inheritance | PanelBreak Object |
Implements | IFactory |
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 |
PanelBreak
class defines the Next Area utility object in the Guide Design perspective within LiveCycle Workbench ES2, and causes
the layout algorithm to move to the next available slot in the panel layout. In the case of the Two
Column, Three Column, and Multi Column panel layouts, the next panel item is placed
in the next column.
If panel layout allows for repeating content, and the panel item occurs in the repeating content, this item causes the repeating behavior to stop, and causes the layout algorithm to move to the next available slot in the panel layout.
MXML SyntaxHide MXML SyntaxThe properties for the PanelBreak
class are:
<ga:PanelBreak Properties name="" >
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
name : String
The name of the PanelBreak instance which names this item for UI purposes. | PanelBreak |
Public Methods
Property Detail
name | property |
public var name: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 name of the PanelBreak
instance which names this item for UI purposes.
Wed Nov 21 2018, 06:34 AM -08:00