Pakiet com.adobe.mosaic.layouts zawiera kolekcję układów opartych na składnikach Spark, których można używać w języku Composite Application Definition Language (CADL) lub w karnacjach do tworzenia ekranów niestandardowych.
Interfejsy
| Interfejs | Opis |
---|
| ILayoutChild |
Components that are used with the SmartGridLayout, SmartColumnLayout, and SmartRowLayout, should
implement this interface. |
Klasy
| Klasa | Opis |
---|
| 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. |
© 2015 Adobe Systems Incorporated. All rights reserved.
Tue Jun 12 2018, 12:20 PM Z