Skip to main content

ApiComboboxField

ApiComboboxField is a subclass of ApiBaseListField.

Methods

MethodReturnsDescription
AddOptionbooleanAdds new option to list options.
AddWidgetApiWidgetAdds new widget - visual representation for field
ClearFormatbooleanClears format of field.
DeletebooleanRemoves field from document.
GetAllWidgetsApiWidget[]Gets array with widgets of the current field.
GetClassType"comboboxField"Returns a type of the ApiComboboxField class.
GetFullNamestringGets field full name.
GetOptionListOptionGets option from list options.
GetOptionsListOption[]Gets all options from list options.
GetPartialNamestringGets field partial name.
GetValuestringGets field value
GetValueIndexesnumber[]Gets selected value indexes.
IsCommitOnSelChangebooleanChecks if field can commit on selection change.
IsEditablebooleanChecks if field is editable.
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 field commit on selection change prop.
SetDateFormatbooleanSets date format for field.
SetEditablebooleanSets field editable prop.
SetFullNamebooleanSets new field name if possible.
SetMaskbooleanSets mask for field.
SetNumberFormatbooleanSets number format for field.
SetPartialNamebooleanSets new field partial name.
SetPercentageFormatbooleanSets percentage format for field.
SetReadOnlybooleanSets field read only
SetRegularExpbooleanSets regular expression for field.
SetRequiredbooleanSets field required
SetSpecialFormatbooleanSets special format for field.
SetTimeFormatbooleanSets time format for field.
SetValidateRangebooleanSets validate range for field. 💡 Can only be applied to fields with a percentage or number format.
SetValuebooleanSets field value
SetValueIndexesbooleanSets selected value indexes.