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

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

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

Subinterfaces of ContainerControl in com.ebasetech.xi.api.controls
 interface GridCellControl
          A Grid Cell Control represents a single cell within a Grid Control.
 interface GridControl
          Grid Control.
 interface GroupAndPagePanelProperties
           
 interface GroupPanelControl
          A Group Panel Control is a titled box container with three texts: header text, information text and trailer text.
 interface HorizontalMenuControl
          A Horizontal Menu Control represents a menu where the top level is shown horizontally and is always visible.
 interface LayoutControl
          The LayoutControl interface is implemented by all controls that can act as a container i.e.
 interface MenuControl
          MenuControl is the base interface for both horizontal and vertical menu controls.
 interface PageControl
          Page Control is a special control that must exist as the root control of each page.
 interface PagePanelControl
          A Page Panel Control is a specialised titled box container with three texts: header text, information text and trailer text.
 interface PanelControl
          Panel Control
 interface RepeatingTableControl
          A Repeater Control provides a flexible way of displaying data from a table.
 interface RepeatingTableRowControl
          A Repeater Row Control represents a single table row within a Repeater Control.
 interface TabControl
          A Tab Control represents a single tab within a Tab Set Control.
 interface TableControl
          Table Control - represents a displayed table.
 interface TablePageControl
          A Table Page Control represents a horizontal page of table data and can only be added as a child of a Table Control.
 interface TabSetControl
          A Tab Set Control is a container containing a number of individual tabs.
 interface TitlePanelControl
          A Titled Panel Control is a container control with a title bar and border, where the title bar can contain a text and/or an image.
 interface VerticalMenuControl
          A Vertical Menu Control represents a menu where the top level is shown vertically; subsequent levels can also be shown vertically with the menu expanding to accommodate them, or they can be shown as dynamic drop out menus in the same way as for a Horizontal Menu Control.