Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericFormControl<V, A>

GenericFormControl provides a base implementation of a FormControl.

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

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

    Parameters

    Returns GenericFormControl

Properties

attrs

attrs: WidgetAttrs<A>

children

children: Content[]

error

error: Error<V, A, GenericFeedbackControl<V, A>> = error(this)(_root(this))

getValidationState

getValidationState: GetValidationState = getValidationState(_root(this))

neutral

neutral: Neutral<V, A, GenericFeedbackControl<V, A>> = neutral(this)(_root(this))

setMessage

setMessage: SetMessage<V, A, GenericFeedbackControl<V, A>> = setMessage(this)(_messages(this))

success

success: Success<V, A, GenericFeedbackControl<V, A>> = success(this)(_root(this))

Abstract values

values: object

values provided to the view template.

Type declaration

Abstract view

view: View

view of the Control.

warning

warning: Warning<V, A, GenericFeedbackControl<V, A>> = warning(this)(_root(this))

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Generated using TypeDoc