Documentation

SelectableWidget

Selectable Widget Trait Adds item selection features to back-end widgets

Tags
author

Alexey Bobkov, Samuel Georges

Table of Contents

$selectedItemsCache  : mixed
$selectionInputName  : mixed
onSelect()  : mixed
extendSelection()  : mixed
getSelectedItems()  : mixed
isItemSelected()  : mixed
removeSelection()  : mixed
resetSelection()  : mixed

Properties

Methods

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
Return values
mixed

Search results