ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
ga.model 

PanelBreak  - AS3 ADEP Guides

Packagega.model
Classpublic class PanelBreak
InheritancePanelBreak Inheritance Object
Implements IFactory

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

The PanelBreak class defines the Next Area utility object in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, 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 SyntaxexpandedHide MXML Syntax

The properties for the PanelBreak class are:

      <ga:PanelBreak
       Properties 
       name=""
       >
       


Public Properties
 PropertyDefined By
 Inheritedconstructor : 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
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

name

property
public var name:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 9
Runtime Versions: AIR 1.0, Flash Player 10.2

The name of the PanelBreak instance which names this item for UI purposes.