Package com.ebasetech.xi.api.controls
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.
 - Since:
 - V4.4
 - See Also:
 LayoutControl.getLayout()