FieldList
FieldList is one these types:
FieldListCustomList
DynamicList
StaticList
FieldList Functions
| getDisplayValue | FieldList.getDisplayValue( returnValue , formatted ) | Returns the display value from the list that corresponds to the return value represented by returnValue,
optionally formatted for the user's locale. |
| getDisplayValues | FieldList.getDisplayValues( formatted ) | Returns an array of display values for the list, optionally formatted for the user's locale. |
| getReturnValue | FieldList.getReturnValue( displayValue ) | Returns the return value from the list that corresponds to the display value represented by displayValue. |
| getItems | FieldList.getItems( ) | Returns an iterator that can be used to traverse all list items |
FieldListis the base interface for all field list types: CustomList, StaticList, DynamicList. All lists are made up of list elements where each element contains at least: