Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected bypass

bypass: boolean

Protected cellComponents

cellComponents: any[]

Protected cellEditing

cellEditing: boolean[]

Protected children

Protected data

data: any

Protected expanding

expanding: boolean

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

Protected instance

instance: any

Protected oldState

Protected options

options: any

Protected parent

Protected selfEditable

selfEditable: boolean

Protected table

table: PhloxTable

Protected wrapperHandler

wrapperHandler: Function

Methods

Protected addChild

applyI18N

  • applyI18N(value: any): void

contract

  • contract(): void

expand

  • expand(): void

getCellComponentInstanceAt

  • getCellComponentInstanceAt(index: number): any

getCellComponentInstances

  • getCellComponentInstances(): any[]

getChildren

getComponentInstance

  • getComponentInstance(): any

getData

  • getData(): any

getExpandLevel

  • getExpandLevel(): number

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOldState

getOptions

  • getOptions(): any

getParent

getRowIndex

  • getRowIndex(): number

getTable

getWrapperHandler

  • getWrapperHandler(): Function

hasChild

hasChildren

  • hasChildren(): boolean

isBypassKey

  • isBypassKey(): boolean

isCellEditable

  • isCellEditable(index: number): boolean

isCellEditing

  • isCellEditing(index: number): boolean

isCellEditingMode

  • isCellEditingMode(index: number): boolean

isEditable

  • isEditable(): boolean

isEditing

  • isEditing(): boolean

isEditingMode

  • isEditingMode(): boolean

isExpanding

  • isExpanding(): boolean

isSelfEditable

  • isSelfEditable(): boolean

loadState

Protected removeChild

resetCellComponents

  • resetCellComponents(): void

setBypassKey

  • setBypassKey(bypass: boolean): void

setCellComponentInstanceAt

  • setCellComponentInstanceAt(index: number, component: any): void

setCellEditing

  • setCellEditing(index: number, editing: boolean): void

setData

  • setData(data: any): void

setEditing

  • setEditing(editing: boolean): void

setExpanding

  • setExpanding(expand: boolean): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

setParent

setSelfEditable

  • setSelfEditable(editable: boolean): void

Private setShowing

  • setShowing(row: any, show: boolean, recursive?: boolean): void
  • Parameters

    • row: any
    • show: boolean
    • Default value recursive: boolean = true

    Returns void

toggleExpand

  • toggleExpand(): void

Generated using TypeDoc