Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

argumentName

argumentName: Observable<string>

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

checked

checked: Observable<boolean>

The value indicating whether the state is checked or not.

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.

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.

text

text: Observable<string>

The text associated with the CheckBox.

textLocation

textLocation: Observable<string>

The text location (left or right).

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

getResult

refresh

  • refresh(): void

validate