@NonNullByDefault
See: Description
Interface | Description |
---|---|
Scrollable |
This interface may be implemented by any widget that could be set in a scroll composite.
|
Class | Description |
---|---|
AbstractCarousel |
The abstract carousel is a composite that contains a list of widget.
|
Canvas |
A canvas contains widgets that can be freely arranged.
|
Dock |
Docks its children to the left, right, top or bottom sides.
|
FillCarousel |
A fill carousel is a composite that contains a list of widget.
|
Flow |
Lays out its children in rows or columns.
|
Grid |
Lays out its children in a grid.
|
List |
Lays out its children in a list.
|
ListCarousel |
A list carousel is a composite that contains a list of widget.
|
Scroll |
Allows to scroll a widget horizontally or vertically.
|
SimpleDock |
Lays out its children to fit in 3 regions.
|
Split |
Lays out its children in two regions, giving each one a ratio of its size.
|