Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected bypass

bypass: boolean

group

group: string

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

id

id: any

label

label: string

Protected options

options: any

selectedLabel

selectedLabel: string

value

value: any

Methods

applyI18N

  • applyI18N(value: any): void

getGroup

  • getGroup(): string
  • Returns string

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getId

  • getId(): any

getLabel

  • getLabel(): string

getOptions

  • getOptions(): any

getSelectedLabel

  • getSelectedLabel(): string

getValue

  • getValue(): any

isBypassKey

  • isBypassKey(): boolean

setBypassKey

  • setBypassKey(bypass: boolean): void

setGroup

  • setGroup(group: string): void
  • Parameters

    • group: string

    Returns void

setI18NKey

  • setI18NKey(i18nKey: string): void

setId

  • setId(id: any): void

setLabel

  • setLabel(label: string): void

setOptions

  • setOptions(options: any): void

setSelectedLabel

  • setSelectedLabel(selectedLabel: string): void

setValue

  • setValue(value: any): void

Generated using TypeDoc