Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DorfCheckboxMetadata<T>

Represents a metadata for the checkbox field.

stable

Type parameters

  • T

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected Optional _invalid

_invalid: undefined | true | false

Protected Optional _value

_value: T

Protected definition

extension of IDorfDefinitionBase with parameters to be propagated

Accessors

css

errorMessage

  • get errorMessage(): undefined | string

formControl

  • get formControl(): FormControl

innerLabel

  • get innerLabel(): undefined | string
  • Label around the field. Checkbox has 2 labels. First standard, as for all other fields; second - around, e.g. as for radio button. It's usually not needed to show both of them.

    inheritdoc

    Returns undefined | string

invalid

  • get invalid(): undefined | true | false

isRequired

  • get isRequired(): boolean

key

  • get key(): string

label

  • get label(): undefined | string

mapping

onSummary

  • get onSummary(): undefined | true | false

order

  • get order(): number | undefined
  • set order(newOrder: number | undefined): void

parentCss

tag

  • get tag(): string

value

  • get value(): undefined | T

Methods

Protected extractFormControl

  • extractFormControl(): FormControl

getCss

Generated using TypeDoc