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

Packages that use CustomList
com.ebasetech.xi.api   
 

Uses of CustomList in com.ebasetech.xi.api
 

Methods in com.ebasetech.xi.api that return CustomList
 CustomList WebFormFieldOrColumn.createCustomList()
          Creates and returns an empty list and associates the list with the form field.
 CustomList WebFormFieldOrColumn.createCustomList(java.lang.String[] entries)
          Creates a list for the field and adds the passed entries.