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.

date

date: Observable<Date>

The date.

type

Observable(Date)

dateFormat

dateFormat: Observable<string>

The date format (short or long).

type

Observable(String)

formDefinition

formDefinition: FormDefinitionInterface

A reference to the FormDefinition that contains this form item.

formItemType

formItemType: string

The type of the FormItem.

includeTimePicker

includeTimePicker: Observable<boolean>

Gets or sets a value indicating whether a should be bundled together with this form item.

type

Observable(Boolean)

initialDate

initialDate: Observable<Date>

Gets or sets the initial date of the date picker.

type

Observable(Date)

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

nullable

nullable: Observable<boolean>

Gets or sets a value indicating whether the user can clear the control's value.

readOnly

readOnly: Observable<boolean>

Gets or sets a value indicating whether the form is in readonly mode or not.

timePickerItem

timePickerItem: TimePickerFormItem

Gets or sets a TimePickerFormItem for allow time picking.

type

TimePickerFormItem

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