FieldGroup Class

  • FieldGroup
  • class Esri::ArcGISRuntime::FieldGroup

    An object that defines a field group. More...

    Header: #include <FieldGroup.h>
    Since: Esri::ArcGISRuntime 100.13
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~FieldGroup() override
    QList<Esri::ArcGISRuntime::Contingency *> contingencies() const
    QStringList fields() const
    bool isEditingRestrictive() const
    QString name() const

    Detailed Description

    Member Function Documentation

    [override virtual] FieldGroup::~FieldGroup()

    Destructor.

    QList<Esri::ArcGISRuntime::Contingency *> FieldGroup::contingencies() const

    Returns a collection of contingencies that define possible values for fields in this field group.

    It is possible for a field group to contain no contingencies (either because none were authored, or existing ones were deleted). In this scenario, the field group will offer no suggested values, and will not result in any violations.

    QStringList FieldGroup::fields() const

    Returns the collection of names of fields that participate in this field group.

    bool FieldGroup::isEditingRestrictive() const

    Returns a boolean indicating whether fields in this field group are restricted to this field group's contingent values.

    QString FieldGroup::name() const

    Returns the name that uniquely identifies this field group.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close