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