Show / Hide Table of Contents

Namespace Esri.ArcGISRuntime.Mapping.FeatureForms

Classes

AttachmentsFormElement

A form element that holds one or more attachments on a feature.

BarcodeScannerFormInput

A user interface for a barcode or QR code scanner.

ComboBoxFormInput

A user interface that displays a list of values in a drop-down.

DateTimePickerFormInput

A user interface for a calendar date picker.

FeatureForm

Defines the user interface (form configuration) to display when editing a feature.

FeatureFormDefinition

Provides the user interface definition needed to create a FeatureForm.

FeatureFormExceedsMaximumDateTimeException

Field value exceeds the value of Max.

FeatureFormExceedsMaximumLengthException

Field value exceeds the maximum allowed length specified by the FormInput.

FeatureFormExceedsNumericMaximumException

Field value exceeds the allowed numeric maximum specified by Domain.

FeatureFormFieldIsRequiredException

Field value is required and the Value is null or empty.

FeatureFormIncorrectValueTypeException

The type of the Value does not match the type of the field.

FeatureFormLessThanMinimumDateTimeException

Field value is less than the value of Min.

FeatureFormLessThanMinimumLengthException

Field value is less than the minimum allowed length specified by the FormInput.

FeatureFormLessThanNumericMinimumException

Field value is less than the allowed numeric minimum specified by Domain.

FeatureFormNotInCodedValueDomainException

Field value is not present in the coded value domain.

FeatureFormNullNotAllowedException

The Field is not nullable and cannot be set to null.

FieldFormElement

A form element that defines a field in the feature table.

FormAttachment

An attachment belonging to a feature form.

FormElement

An element displayed in a form, such as a FieldFormElement or GroupFormElement.

FormExpressionEvaluationException

An error resulting from the evaluation of an Arcade expression on behalf of a call to EvaluateExpressionsAsync().

FormInput

A base class for classes that define a user interface for a FieldFormElement.

GroupFormElement

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

RadioButtonsFormInput

A user interface for a radio button group.

SwitchFormInput

A user interface for a binary switch or toggle. This should be used when selecting between two options.

TextAreaFormInput

A user interface for a multi-line text area.

TextBoxFormInput

A user interface for a single-line text box.

TextFormElement

A form element that configures read-only text in form elements.

UtilityAssociationsFormElement

A form element that represents the utility network associations within the form.

Interfaces

IFeatureFormSource

An interface to a type that can provide a FeatureFormDefinition.

Enums

FormAttachmentType

An enumeration of the various types of attachments in a AttachmentFormElement.

FormGroupState

The list of display state values for a group form element.

FormInputNoValueOption

The list of display state values for null value options.

FormTextFormat

Defines the format of the text of a TextFormElement.

In This Article
Back to top Copyright © 2022 Esri.