Backend\Traits\SelectableWidget

Source: ~/modules/backend/traits/SelectableWidget.php

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

Protected properties

protected $selectedItemsCache

protected $selectionInputName

Public methods

public void onSelect()

Protected methods

protected void extendSelection()

protected void getSelectedItems()

protected void isItemSelected($itemId)
Parameters
  • $itemId

protected void removeSelection($itemId)
Parameters
  • $itemId

protected void resetSelection()