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 interface
ColumnLayoutCell
TheColumnLayoutCell
interface provides the ability to override properties from the parent control'sColumnLayout
;interface
FieldLayoutCell
TheFieldLayoutCell
interface provides the ability to override properties from the parent control'sFieldLayout
;interface
HorizontalBoxLayoutCell
TheHorizontalBoxLayoutCell
interface provides the ability to override properties from the parent control'sHorizontalBoxLayout
;interface
ListLayoutCell
interface
VerticalBoxLayoutCell
TheVerticalBoxLayoutCell
interface 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 LayoutCell
Control. getLayoutCell()
Returns theLayoutCell
object which can be used to override properties of the parent control's layout as applied to this control.