Uses of Interface
com.ebasetech.xi.api.FieldList

Packages that use FieldList
com.ebasetech.xi.api   
 

Uses of FieldList in com.ebasetech.xi.api
 

Subinterfaces of FieldList in com.ebasetech.xi.api
 interface CustomList
          The CustomList interface represents a programmatic list that can be attached to a field.
 interface DynamicList
          The DynamicList interface represents a Dynamic List attached to a field.
 interface StaticList
          The StaticList interface represents a Static List attached to a field.
 

Methods in com.ebasetech.xi.api that return FieldList
 FieldList WebFormFieldOrColumn.getList()
          Returns the list associated with the form field or null if no list exists.