Package | Description |
---|---|
com.ebasetech.xi.api | |
com.ebasetech.xi.api.controls |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|