Skip to content

Class: SelectableSectionProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new SelectableSectionProxy(context: IContext): SelectableSectionProxy

Overrides BindableSectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: SelectableSectionProxy

Methods

deselectAllItems

deselectAllItems(): void

Implementation of ISelectableSectionProxy

Returns: void


getSelectedItems

getSelectedItems(): [SelectedItem]

Implementation of ISelectableSectionProxy

Returns: [SelectedItem]


getSelectedItemsCount

getSelectedItemsCount(): number

Implementation of ISelectableSectionProxy

Returns: number


getSelectionChangedItem

getSelectionChangedItem(): ChangedItem

Implementation of ISelectableSectionProxy

Returns: ChangedItem


getSelectionMode

getSelectionMode(): string

Implementation of ISelectableSectionProxy

Returns: string


selectAllItems

selectAllItems(): void

Implementation of ISelectableSectionProxy

Returns: void


setSelectionMode

setSelectionMode(mode: string): any

Implementation of ISelectableSectionProxy

Parameters:

Name Type
mode string

Returns: any