Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new RecordViewModel(iconURL: string, label: string, columns: ColumnModel[], tableBodyHeight?: string, columnShowEvent?: EventEmitter<any>, columnHideEvent?: EventEmitter<any>): RecordViewModel
  • Parameters

    • iconURL: string
    • label: string
    • columns: ColumnModel[]
    • Optional tableBodyHeight: string
    • Optional columnShowEvent: EventEmitter<any>
    • Optional columnHideEvent: EventEmitter<any>

    Returns RecordViewModel

Properties

Protected bypass

bypass: boolean

columnHideEvent

columnHideEvent: EventEmitter<any>

columnShowEvent

columnShowEvent: EventEmitter<any>

columns

columns: ColumnModel[]

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

iconURL

iconURL: string

label

label: string

Protected options

options: any

styleClasses

styleClasses: string[]

tableBodyHeight

tableBodyHeight: string

tooltip

tooltip: string

type

type: string

Static ColumnModel

ColumnModel: Type<ColumnModel> = ColumnModel

Methods

applyI18N

  • applyI18N(value: any): void

fromJson

  • fromJson(jsonData: any): void
  • Parameters

    • jsonData: any

    Returns 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