Package | Description |
---|---|
com.ebasetech.xi.api | |
com.ebasetech.xi.api.controls |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomList
The
CustomList interface represents a programmatic list that can be attached to a field. |
interface |
DynamicList
The
DynamicList interface represents a Dynamic List attached to a field. |
interface |
StaticList
The
StaticList interface represents a Static List attached to a field. |
Modifier and Type | Method and Description |
---|---|
FieldList |
WebFormFieldOrColumn.getList()
Returns the list associated with the form field or null if no list exists.
|
Modifier and Type | Method and Description |
---|---|
FieldList |
ListControl.getList()
Returns the list associated with this control or null if no list exists.
|