Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

acceptFileTypes

acceptFileTypes: Observable<string>

The file types accepted by the {@link geocortex.forms.items.FilePickerFormItem}.

type

Observable(String)

allowMultiple

allowMultiple: Observable<boolean>

A value indicating whether to allow users to select multiple files.

type

Observable(Boolean)

argumentName

argumentName: Observable<string>

The name of the argument that will be used to store the result of this item.

files

The result.

type

Object[]

formDefinition

formDefinition: FormDefinitionInterface

A reference to the FormDefinition that contains this form item.

formItemType

formItemType: string

The type of the FormItem.

isRequired

isRequired: Observable<boolean>

The value indicating whether this item is required.

isSupported

isSupported: Observable<boolean>

A value indicating whether the {@link geocortex.forms.items.FilePickerFormItem} is supported by the browser.

type

Observable(Boolean)

isValid

isValid: Observable<boolean>

The value indicating whether this item is valid.

isVisible

isVisible: Observable<boolean>

The value indicating whether this item is visible or not.

itemID

itemID: Observable<string>

The form item ID.

label

The LabelFormItem for this form item.

type

Observable(LabelFormItem)

toolTip

toolTip: Observable<string>

The tooltip of this form item.

validationItems

validationItems: ValidationItem[]

Gets the collection of {@link validation.ValidationItem} objects that belong to this FormItem.

type

ValidationItem[]

Methods

Private _destroy

  • _destroy(): void

Protected _notifyResultChanged

  • _notifyResultChanged(): void

Private _render

  • _render(): Node

clear

  • clear(): void
  • Clears the form item input.

    Returns void

getResult

refresh

  • refresh(): void

validate