Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FieldBaseControl<TValueType, TConfigType>

Base class for field controls. Contains basic binding, activation and validation logic.

Type parameters

  • TValueType

  • TConfigType: FieldSetting

Hierarchy

Index

Properties

actionName

actionName: ActionName

content

content: Content

controller

controller: ValidationController

settings

settings: TConfigType

Accessors

readOnly

  • get readOnly(): boolean

rules

  • get rules(): FluentRuleCustomizer<any, any>[]

value

  • get value(): TValueType
  • set value(newValue: TValueType): void

Methods

activate

  • activate(model: object): void

Generated using TypeDoc