LayoutData implementations which serve to describe the interface between a Component and its parent.See: Description
| Class | Description |
|---|---|
| CellLayoutData |
An abstract base layout data object for components which render their
children in cells.
|
| ColumnLayoutData |
A
LayoutData object used to describe how a
Component is rendered within a Column. |
| GridLayoutData |
A
LayoutData object used to describe how a
Component is rendered within a Grid. |
| RowLayoutData |
A
LayoutData object used to describe how a
Component is rendered within a Row. |
| SplitPaneLayoutData |
A
LayoutData object used to describe how a
Component is rendered within a SplitPane. |
| TableLayoutData |
A
LayoutData object for rendered table cells. |
LayoutData implementations which serve to describe the interface between a Component and its parent.