Class FieldFormElementView
Supporting control for the FeatureFormView control, used for rendering a FieldFormElement and picking the correct template for each Input type.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class FieldFormElementView : TemplatedView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
Name | Description |
---|---|
FieldFormElementView() | Initializes a new instance of the FieldFormElementView class. |
Fields
Name | Description |
---|---|
BarcodeScannerFormInputTemplateProperty | Identifies the BarcodeScannerFormInputTemplate dependency property. |
ComboBoxFormInputTemplateProperty | Identifies the ComboBoxFormInputTemplate dependency property. |
DateTimePickerFormInputTemplateProperty | Identifies the DateTimePickerFormInputTemplate dependency property. |
ElementProperty | Identifies the Element dependency property. |
FeatureFormProperty | Identifies the FeatureForm dependency property. |
RadioButtonsFormInputTemplateProperty | Identifies the RadioButtonsFormInputTemplate dependency property. |
SwitchFormInputTemplateProperty | Identifies the SwitchFormInputTemplate dependency property. |
TextAreaFormInputTemplateProperty | Identifies the TextAreaFormInputTemplate dependency property. |
TextBoxFormInputTemplateProperty | Identifies the TextBoxFormInputTemplate dependency property. |
TextFormElementTemplateProperty | Identifies the TextFormElementTemplate dependency property. |
Properties
Name | Description |
---|---|
BarcodeScannerFormInputTemplate | Gets or sets the template for the BarcodeScannerFormInputTemplate element. |
ComboBoxFormInputTemplate | Gets or sets the template for the ComboBoxFormInput element. |
DateTimePickerFormInputTemplate | Gets or sets the template for the DateTimePickerFormInput element. |
Element | Gets or sets the FieldFormElement. |
FeatureForm | Gets or sets the FeatureForm that the Element belongs to. |
RadioButtonsFormInputTemplate | Gets or sets the template for the RadioButtonsFormInput element. |
SwitchFormInputTemplate | Gets or sets the template for the SwitchFormInput element. |
TextAreaFormInputTemplate | Gets or sets the template for the TextAreaFormInput element. |
TextBoxFormInputTemplate | Gets or sets the template for the TextBoxFormInputTemplate element. |
TextFormElementTemplate | Gets or sets the template for the TextFormElementTemplate element. |
Methods
Name | Description |
---|---|
OnApplyTemplate() |