Skip to main content

ApiComboboxField

Represents the ApiComboboxField class.

Methods

MethodReturnsDescription
AddOptionbooleanAdds new option to list options.
ClearFormatbooleanClears format of field.
GetClassType"comboboxField"Returns a type of the ApiComboboxField class.
GetOptionListOptionGets option from list options.
GetOptionsListOption[]Gets all options from list options.
GetValueIndexesnumber[]Gets selected value indexes.
IsCommitOnSelChangebooleanChecks if field can commit on selection change.
IsEditablebooleanChecks if field is editable.
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.
SetMaskbooleanSets mask for field.
SetNumberFormatbooleanSets number format for field.
SetPercentageFormatbooleanSets percentage format for field.
SetRegularExpbooleanSets regular expression for field.
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.
SetValueIndexesbooleanSets selected value indexes.