SelectionModel
Type: Interface
File: core/selection.js
Based on: has not base object
Included in:
dataview
,
grid
,
grouplist
,
list
,
pagelist
Methods
getSelected
- returns ID of selected item(s)
isSelected
- checks is item selected or not
select
- selects item
selectAll
- selects all items
unselect
- unselects item
unselectAll
- unselects all items
Events
onbeforeselect
- item selection is started
onafterselect
- item was selected
onselectchange
- selection state was changed
Properties
Doesn't have any