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.