Interface ISelectionProvider

Index

Properties

Methods

Properties

public ignoreSelectedItemChanges: boolean

public lastClickedRow: any

public multi: boolean

public pKeyParser: ICompiledExpression

public selectedIndex: number

public selectedItems: Array<any>

Methods

public ChangeSelection(rowItem: any, event: any)

Parameters

  • rowItem: any
  • event: any

public getSelection(entity: any): number

Parameters

  • entity: any

Returns

number

public getSelectionIndex(entity: any): number

Parameters

  • entity: any

Returns

number

public setSelection(rowItem: IRow, isSelected: boolean)

Parameters

  • rowItem: IRow
  • isSelected: boolean

public toggleSelectAll(checkAll: boolean, bypass: boolean, selectFiltered: boolean)

Parameters

  • checkAll: boolean
  • bypass: boolean
  • selectFiltered: boolean