Package | Description |
---|---|
com.ebasetech.xi.api.controls |
Modifier and Type | Interface and Description |
---|---|
interface |
ColumnLayoutCell
The
ColumnLayoutCell interface provides the ability to override properties from the parent control's ColumnLayout ; |
interface |
FieldLayoutCell
The
FieldLayoutCell interface provides the ability to override properties from the parent control's FieldLayout ; |
interface |
HorizontalBoxLayoutCell
The
HorizontalBoxLayoutCell interface provides the ability to override properties from the parent control's HorizontalBoxLayout ; |
interface |
ListLayoutCell |
interface |
VerticalBoxLayoutCell
The
VerticalBoxLayoutCell interface provides the ability to override properties from the parent control's VerticalBoxLayout ; |
Modifier and Type | Method and Description |
---|---|
LayoutCell |
Control.getLayoutCell()
Returns the
LayoutCell object which can be used to override properties of the parent control's layout as applied to this control. |