Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormControl<V, A>

FormControl generates events based on user input.

Type parameters

Hierarchy

Implements

  • Widget

Implemented by

Index

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns FormControl

Properties

attrs

attrs: WidgetAttrs<A>

children

children: Content[]

Abstract view

view: View

view for this Component.

The render method by default returns the render result of this View.

Methods

error

get

  • get(): V
  • get provides the current value of a FormControlear;make

    Returns V

getValidationState

neutral

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

set

setMessage

success

warning

Generated using TypeDoc