パッケージ | ga.model |
クラス | public class PanelBreak |
継承 | PanelBreak Object |
実装 | IFactory |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
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 シンタックスMXML シンタックスを隠すThe properties for the PanelBreak
class are:
<ga:PanelBreak Properties name="" >
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
name : String
The name of the PanelBreak instance which names this item for UI purposes. | PanelBreak |
パブリックメソッド
プロパティの詳細
name | プロパティ |
public var name:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The name of the PanelBreak
instance which names this item for UI purposes.
Tue Jun 12 2018, 10:34 AM Z