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

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

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

Subinterfaces of Layout in com.ebasetech.xi.api.controls
 interface ColumnLayout
          A Column Layout displays child controls in a grid formation where each child control is placed in the next available table cell e.g.
 interface CustomLayout
          TODO doc
 interface FieldLayout
          The Field Grid Layout provides specific functionality to display Field Controls in a grid structure where the label, editor and help portions of each Field Control are displayed in three separate table columns and are therefore vertically aligned.
 interface FlowLayout
          A Flow Layout is similar to having no layout in that child controls are written horizontally across the page and will flow onto a new line when there is insufficient remaining width.
 interface HorizontalBoxLayout
          The HorizontalBoxLayout interface represents a layout where child controls are laid out horizontally.
 interface VerticalBoxLayout
          The VerticalBoxLayout interface represents a layout where child controls are laid out vertically.
 

Methods in com.ebasetech.xi.api.controls that return Layout
 Layout LayoutControl.getLayout()
          Returns the Layout object configured for the container control or null if no layout is configured.