Uses of Interface
com.ebasetech.xi.api.CustomList
Package | Description |
---|---|
com.ebasetech.xi.api | |
com.ebasetech.xi.api.controls |
-
Uses of CustomList in com.ebasetech.xi.api
Methods in com.ebasetech.xi.api that return CustomList Modifier and Type Method Description 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. -
Uses of CustomList in com.ebasetech.xi.api.controls
Methods in com.ebasetech.xi.api.controls that return CustomList Modifier and Type Method Description CustomList
ListControl. createCustomList()
Creates and returns an empty list and associates the list with this repeating list control.CustomList
ListControl. createCustomList(java.lang.String[] entries)
Creates a list for this control and adds the passed entries.