Uses of Interface
com.ebasetech.xi.api.controls.LayoutCell

Packages that use LayoutCell
com.ebasetech.xi.api.controls   
 

Uses of LayoutCell in com.ebasetech.xi.api.controls
 

Subinterfaces of LayoutCell in com.ebasetech.xi.api.controls
 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 VerticalBoxLayoutCell
          The VerticalBoxLayoutCell interface provides the ability to override properties from the parent control's VerticalBoxLayout;
 

Methods in com.ebasetech.xi.api.controls that return LayoutCell
 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.