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

Packages that use FieldControl
com.ebasetech.xi.api   
 

Uses of FieldControl in com.ebasetech.xi.api
 

Methods in com.ebasetech.xi.api that return FieldControl
 FieldControl WebFormField.getFieldControl()
          Returns the first Field Control on the current page that displays this field.
 FieldControl WebFormTableColumn.getFieldControl()
          Returns the first Field Control on the current page that displays this column.
 FieldControl WebFormField.getFieldControl(Page page)
          Returns the first Field Control on the specified page that displays this field.
 FieldControl WebFormTableColumn.getFieldControl(Page page)
          Returns the first Table Column Control on the specified page that displays this column.