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.

Further documentation.

Since:
V4.4
  • Method Details

    • buildList

      void buildList() throws com.ebasetech.xi.exceptions.FormRuntimeException
      Builds 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