Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected bypass

bypass: boolean

Protected cellModels

cellModels: TableCellModel[]

Protected componentOptions

componentOptions: any

Protected componentType

componentType: Type<any>

Protected componentTypeName

componentTypeName: string

Protected cssClass

cssClass: string

Protected draggable

draggable: boolean

Protected editable

editable: boolean

Protected height

height: string

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

Protected options

options: any

Protected resizable

resizable: boolean

Protected selectable

selectable: boolean

Protected tableModel

tableModel: TableModel

Methods

_addCellModel

  • Parameters

    • options: any

    Returns TableCellModel

_addCellModelAtIndex

  • Parameters

    • index: number
    • options: any

    Returns TableCellModel

_clear

  • _clear(): void
  • Returns void

_removeCellModel

  • Parameters

    Returns boolean

_removeCellModelByIndex

  • Parameters

    • index: number

    Returns TableCellModel

applyI18N

  • applyI18N(value: any): void

getCSSClass

  • getCSSClass(): string
  • Returns string

getCellModelByIndex

  • Parameters

    • index: number

    Returns TableCellModel

getCellModelIndex

  • Parameters

    Returns number

getCellModels

  • Returns TableCellModel[]

getComponentOptions

  • getComponentOptions(): any
  • Returns any

getComponentType

  • getComponentType(): Type<any>
  • Returns Type<any>

getComponentTypeName

  • getComponentTypeName(): string
  • Returns string

getHeight

  • getHeight(): string
  • Returns string

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOptions

  • getOptions(): any

getTableModel

  • Returns TableModel

isBypassKey

  • isBypassKey(): boolean

isDraggable

  • isDraggable(): boolean
  • Returns boolean

isEditable

  • isEditable(): boolean
  • Returns boolean

isResizable

  • isResizable(): boolean
  • Returns boolean

isSelectable

  • isSelectable(): boolean
  • Returns boolean

resolveType

  • resolveType(typeName: string): Type<any>
  • Parameters

    • typeName: string

    Returns Type<any>

setBypassKey

  • setBypassKey(bypass: boolean): void

setCSSClass

  • setCSSClass(clazz: string): void
  • Parameters

    • clazz: string

    Returns void

setComponentOptions

  • setComponentOptions(options: any): void
  • Parameters

    • options: any

    Returns void

setComponentTypeName

  • setComponentTypeName(typeName: string): void
  • Parameters

    • typeName: string

    Returns void

setDraggable

  • setDraggable(draggable: boolean): void
  • Parameters

    • draggable: boolean

    Returns void

setEditable

  • setEditable(editable: boolean): void
  • Parameters

    • editable: boolean

    Returns void

setHeight

  • setHeight(height: string): void
  • Parameters

    • height: string

    Returns void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

setResizable

  • setResizable(resizable: boolean): void
  • Parameters

    • resizable: boolean

    Returns void

setSelectable

  • setSelectable(selectable: boolean): void
  • Parameters

    • selectable: boolean

    Returns void

Generated using TypeDoc