Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeedbackControl<V, A>

FeedbackControl is a Control that provides visual hints as to the validity of the value entered in the Control.

Type parameters

Hierarchy

Implements

  • Widget

Implemented by

Index

Constructors

constructor

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

    Parameters

    Returns FeedbackControl

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

getValidationState

neutral

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

setMessage

success

warning

Generated using TypeDoc