• RadioButtonsFormInput
  • class Esri::ArcGISRuntime::RadioButtonsFormInput

    A user interface for a radio button group. More...

    Header: #include <RadioButtonsFormInput.h>
    Since: Esri::ArcGISRuntime 200.8
    Inherits: Esri::ArcGISRuntime::FormInput

    Public Functions

    virtual ~RadioButtonsFormInput() override
    QList<Esri::ArcGISRuntime::CodedValue> codedValues() const
    QString noValueLabel() const
    Esri::ArcGISRuntime::FormInputNoValueOption noValueOption() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] RadioButtonsFormInput::~RadioButtonsFormInput()

    Destructor.

    QList<Esri::ArcGISRuntime::CodedValue> RadioButtonsFormInput::codedValues() const

    Returns the list of possible values for the input.

    QString RadioButtonsFormInput::noValueLabel() const

    Returns the text used to represent a empty value.

    Esri::ArcGISRuntime::FormInputNoValueOption RadioButtonsFormInput::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.