Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.forms.items.ListBoxFormItem} class.

    Parameters

    • xmlNode: Element

      Xml node containing the form item definition.

    • Optional formDefinition: FormDefinitionInterface

      The form definition that this form item belongs to.

    Returns ListBoxFormItem

Properties

argumentName

argumentName: Observable<string>

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

dataItems

formDefinition

formDefinition: FormDefinitionInterface

A reference to the FormDefinition that contains this form item.

formItemType

formItemType: string

The type of the FormItem.

isBusy

isBusy: Observable<boolean>

isRequired

isRequired: Observable<boolean>

The value indicating whether this item is required.

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)

maxHeight

maxHeight: Observable<number>

The maximum height of the ListBox in pixels.

type

Observable(Number)

queryTaskRunner

queryTaskRunner: QueryTaskRunner

selectedValues

selectedValues: ObservableCollection<any>

The values that should be selected by default as defined in the form definition.

selection

The selected value (or values).

type

Object[]

selectionMode

selectionMode: Observable<string>

The selection behavior for the ListBox control.

type

Observable(String)

size

size: Observable<number>

The preferred size of the ListBox in rows.

type

Observable(Number)

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

Protected _setDefaults

  • _setDefaults(): void
  • Returns void

clearDataItems

  • clearDataItems(): void

getResult

handleResultsComplete

  • handleResultsComplete(): void
  • Returns void

refresh

  • refresh(): void

Private triggerCascading

  • triggerCascading(value: any): void
  • Parameters

    • value: any

    Returns void

validate