패키지 | 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, 03:17 PM Z