createAllAppsSelectableItem
fun createAllAppsSelectableItem(selectableItemList: List<SelectableItem>): AllAppsSelectableItem(source)
Creates an AllAppsSelectableItem from the given list of SelectableItem and sets the selection listener.
If an [AllAppsSelectableItem] already exists, it will be disposed before creating a new one.
Return
The created AllAppsSelectableItem.
Parameters
selectableItemList
The list of SelectableItem to create the AllAppsSelectableItem from.