ApiComboboxField
Represents the ApiComboboxField class.
Methods
| Method | Returns | Description |
|---|---|---|
| AddOption | boolean | Adds new option to list options. |
| ClearFormat | boolean | Clears format of field. |
| GetClassType | "comboboxField" | Returns a type of the ApiComboboxField class. |
| GetOption | ListOption | Gets option from list options. |
| GetOptions | ListOption[] | Gets all options from list options. |
| GetValueIndexes | number[] | Gets selected value indexes. |
| IsCommitOnSelChange | boolean | Checks if field can commit on selection change. |
| IsEditable | boolean | Checks if field is editable. |
| MoveOption | boolean | Moves option to specified position in list options. |
| RemoveOption | boolean | Removes option from list options. |
| SetCommitOnSelChange | boolean | Sets field commit on selection change prop. |
| SetDateFormat | boolean | Sets date format for field. |
| SetEditable | boolean | Sets field editable prop. |
| SetMask | boolean | Sets mask for field. |
| SetNumberFormat | boolean | Sets number format for field. |
| SetPercentageFormat | boolean | Sets percentage format for field. |
| SetRegularExp | boolean | Sets regular expression for field. |
| SetSpecialFormat | boolean | Sets special format for field. |
| SetTimeFormat | boolean | Sets time format for field. |
| SetValidateRange | boolean | Sets validate range for field. 💡 Can only be applied to fields with a percentage or number format. |
| SetValueIndexes | boolean | Sets selected value indexes. |