Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new ViewModel(iconURL: string, label: string, viewType: string, styleClasses?: string[], tooltip?: string): ViewModel
  • Parameters

    • iconURL: string
    • label: string
    • viewType: string
    • Optional styleClasses: string[]
    • Optional tooltip: string

    Returns ViewModel

Properties

Protected bypass

bypass: boolean

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

iconURL

iconURL: string

label

label: string

Protected options

options: any

styleClasses

styleClasses: string[]

tooltip

tooltip: string

type

type: string

Methods

applyI18N

  • applyI18N(value: any): void

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOptions

  • getOptions(): any

isBypassKey

  • isBypassKey(): boolean

setBypassKey

  • setBypassKey(bypass: boolean): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc