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