| Package | Description | 
|---|---|
| com.ebasetech.xi.api.controls | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ColumnLayoutCellThe  ColumnLayoutCellinterface provides the ability to override properties from the parent control'sColumnLayout; | 
| interface  | FieldLayoutCellThe  FieldLayoutCellinterface provides the ability to override properties from the parent control'sFieldLayout; | 
| interface  | HorizontalBoxLayoutCellThe  HorizontalBoxLayoutCellinterface provides the ability to override properties from the parent control'sHorizontalBoxLayout; | 
| interface  | ListLayoutCell | 
| interface  | VerticalBoxLayoutCellThe  VerticalBoxLayoutCellinterface provides the ability to override properties from the parent control'sVerticalBoxLayout; | 
| Modifier and Type | Method and Description | 
|---|---|
| LayoutCell | Control. getLayoutCell()Returns the  LayoutCellobject which can be used to override properties of the parent control's layout as applied to this control. |