• GroupFormElement
  • class Esri::ArcGISRuntime::GroupFormElement

    A container that holds a set of form elements that can be expanded, collapsed, or displayed together. More...

    Header: #include <GroupFormElement.h>
    Since: Esri::ArcGISRuntime 200.8
    Inherits: Esri::ArcGISRuntime::FormElement

    Public Functions

    virtual ~GroupFormElement() override
    QList<Esri::ArcGISRuntime::FormElement *> elements() const
    Esri::ArcGISRuntime::FormGroupState initialState() const

    Detailed Description

    Member Function Documentation

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

    Destructor.

    QList<Esri::ArcGISRuntime::FormElement *> GroupFormElement::elements() const

    Returns an ordered list of form elements. Nested group elements are not supported.

    Esri::ArcGISRuntime::FormGroupState GroupFormElement::initialState() const

    Defines and returns if the group should be expanded or collapsed when the form is initially displayed.

    If not provided, the default value is expanded.