Interface Layout

All Known Subinterfaces:
BootstrapFieldLayout, ColumnLayout, CustomLayout, FieldLayout, FlowLayout, HorizontalBoxLayout, ListLayout, VerticalBoxLayout

public interface Layout
The Layout interface provides the base class for all layouts. A layout is applied to a container control and defines how its child controls are positioned within the container.

Further documentation.

Since:
V4.4
See Also:
LayoutControl.getLayout()