Package com.ebasetech.xi.api
Interface DynamicList
- All Superinterfaces:
FieldList
public interface DynamicList extends FieldList
The
DynamicList
interface represents a Dynamic List attached to a field. A Dynamic List provides a means of
displaying a list of items returned from a select statement issued to a database.
- Since:
- V4.4
-
Method Summary
Modifier and Type Method Description void
buildList()
Builds the dynamic list by retrieving values from the database.Methods inherited from interface com.ebasetech.xi.api.FieldList
getDisplayValue, getDisplayValues, getItems, getReturnValue
-
Method Details
-
buildList
void buildList() throws com.ebasetech.xi.exceptions.FormRuntimeExceptionBuilds the dynamic list by retrieving values from the database.A dynamic list can be built automatically by the system and options for doing this are configured using field property When list is built. When this property is set to Never, this method provides the only way of building the list.
- Throws:
com.ebasetech.xi.exceptions.FormRuntimeException
- if any error occurs during execution, including a SQL error- Since:
- V4.4
-