gsdsdk / com.gsd.software.sdk.list / ItemsManager

ItemsManager

class ItemsManager

Created by konradrutkowski on 06.11.2018. File created for GSDAndroidSDK

Constructors

Name Summary
<init> ItemsManager(adapter:GsdAdapter, configurationContainer:ListConfigurationContainer)
Created by konradrutkowski on 06.11.2018. File created for GSDAndroidSDK

Properties

Name Summary
currentItems val currentItems: <ERROR CLASS>

Functions

Name Summary
addItem fun addItem(newItem:Any, sectionId:String):Unit
addItems fun addItems(newItems:List<Any>, sectionId:String):Unit
addSection fun addSection(section:Section):Unit
fun addSection(section:Section, newItems:List<Any>):Unit
collapse fun collapse(sectionId:String):Unit
expand fun expand(sectionId:String):Unit
setItems fun setItems(newItems:List<Any>, sectionId:String):Unit