A user interface that displays a list of values in a drop-down. More...
| Header | #include <Combo | 
| Since | Esri | 
| Inherits | Esri | 
Public Functions
| virtual | ~ | 
| QList | coded | 
| QString | no | 
| Esri | no | 
Detailed Description
The input allows the user to enter text to filter the values displayed in the list. Only one value can be selected at a time. Combo box options are derived from the available coded values for the associated field in the table.
Member Function Documentation
[override virtual noexcept] ComboBoxFormInput::~ComboBoxFormInput    ()    
Destructor.
QList<Esri::ArcGISRuntime::CodedValue    > ComboBoxFormInput::codedValues () const    
Returns the list of possible values for the input.
QString ComboBoxFormInput::noValueLabel  () const    
Returns the text used to represent a empty value.
Esri::ArcGISRuntime::FormInputNoValueOption        ComboBoxFormInput::noValueOption  () const    
Determines and returns true whether an option to set a empty value is shown.
This property only applies to fields that support empty values. If not provided, the default value is show.