Skip to main content

ApiBaseListField

ApiBaseListField is a subclass of ApiBaseField.

Methods

MethodReturnsDescription
AddOptionbooleanAdds new option to list options.
AddWidgetApiWidgetAdds new widget - visual representation for field
DeletebooleanRemoves field from document.
GetAllWidgetsApiWidget[]Gets array with widgets of the current field.
GetFullNamestringGets field full name.
GetInternalIdstringReturns an internal ID of the current field.
GetOptionListOptionGets option from list options.
GetOptionsListOption[]Gets all options from list options.
GetPartialNamestringGets field partial name.
GetTooltipbooleanGets field tooltip
GetValuestringGets field value
GetValueIndexesnumber[]Gets selected value indexes.
IsCommitOnSelChangebooleanChecks if field can commit on selection change.
IsReadOnlybooleanChecks if field is read only
IsRequiredbooleanChecks if field is required
MoveOptionbooleanMoves option to specified position in list options.
RemoveOptionbooleanRemoves option from list options.
SetCommitOnSelChangebooleanSets whether the field commits changes immediately after selection changes.
SetFullNamebooleanSets new field name if possible.
SetPartialNamebooleanSets new field partial name.
SetReadOnlybooleanSets field read only
SetRequiredbooleanSets field required
SetTooltipbooleanSets field tooltip
SetValuebooleanSets field value
SetValueIndexesbooleanSets selected value indexes.