Uses of Interface
com.ebasetech.xi.api.controls.LayoutCell
| Package | Description |
|---|---|
| com.ebasetech.xi.api.controls |
-
Uses of LayoutCell in com.ebasetech.xi.api.controls
Subinterfaces of LayoutCell in com.ebasetech.xi.api.controls Modifier and Type Interface Description interfaceColumnLayoutCellTheColumnLayoutCellinterface provides the ability to override properties from the parent control'sColumnLayout;interfaceFieldLayoutCellTheFieldLayoutCellinterface provides the ability to override properties from the parent control'sFieldLayout;interfaceHorizontalBoxLayoutCellTheHorizontalBoxLayoutCellinterface provides the ability to override properties from the parent control'sHorizontalBoxLayout;interfaceListLayoutCellinterfaceVerticalBoxLayoutCellTheVerticalBoxLayoutCellinterface provides the ability to override properties from the parent control'sVerticalBoxLayout;Methods in com.ebasetech.xi.api.controls that return LayoutCell Modifier and Type Method Description LayoutCellControl. getLayoutCell()Returns theLayoutCellobject which can be used to override properties of the parent control's layout as applied to this control.