SelectableWidget
Selectable Widget Trait Adds item selection features to back-end widgets
Tags
Table of Contents
- $selectedItemsCache : mixed
- $selectionInputName : mixed
- onSelect() : mixed
- extendSelection() : mixed
- getSelectedItems() : mixed
- isItemSelected() : mixed
- removeSelection() : mixed
- resetSelection() : mixed
Properties
$selectedItemsCache
protected
mixed
$selectedItemsCache
= false
$selectionInputName
protected
mixed
$selectionInputName
= 'object'
Methods
onSelect()
public
onSelect() : mixed
Return values
mixed —extendSelection()
protected
extendSelection() : mixed
Return values
mixed —getSelectedItems()
protected
getSelectedItems() : mixed
Return values
mixed —isItemSelected()
protected
isItemSelected(mixed $itemId) : mixed
Parameters
- $itemId : mixed
Return values
mixed —removeSelection()
protected
removeSelection(mixed $itemId) : mixed
Parameters
- $itemId : mixed
Return values
mixed —resetSelection()
protected
resetSelection() : mixed