com.adobe.mosaic.layouts 패키지에는 CADL(Composite Application Definition Language) 또는 스킨 내에서 사용자 지정 디스플레이를 만드는 데 사용할 수 있는 스파크 기반 레이아웃의 컬렉션이 들어 있습니다.
인터페이스
인터페이스 | 설명 | |
---|---|---|
ILayoutChild | Components that are used with the SmartGridLayout, SmartColumnLayout, and SmartRowLayout, should implement this interface. |
클래스
클래스 | 설명 | |
---|---|---|
FlowLayout | The Flow layout arranges the children of its target group one after the other until no more can fit across (or down). | |
LayoutEvent | The LayoutEvent is used to instruct layouts (or their targets) to handle special requests. | |
MosaicLayoutBase | The MosaicLayoutBase component is the base class for most composite application layouts, such as FlowLayout and SmartGridLayout. | |
SmartColumnLayout | The SmartColumnLayout place's its target Group's children into a fixed set of columns determined by numColumns which defaults to 3. | |
SmartGridLayout | The SmartGridLayout places its target Group's children into a grid pattern, but with a twist. | |
SmartRowLayout | The SmartRowLayout place's its target Group's children into a fixed set of rows determined by numRows which defaults to 3. | |
StackLayout | The StackLayout presents only one child at a time, with the child filling up the entire space alloted to the StackLayout. |
Tue Jun 12 2018, 03:32 PM Z