gsdsdk / com.gsd.software.sdk.list / GsdList
class GsdList
Created by konradrutkowski on 07.09.2018. File created for GSDAndroidSDK
Name | Summary |
---|---|
<init> | GsdList(adapter: GsdAdapter , recyclerView: GsdRecyclerView ) Created by konradrutkowski on 07.09.2018. File created for GSDAndroidSDK |
Name | Summary |
---|---|
addItem | fun addItem(dataItem: Any , sectionId: String = Section.FIRST_SECTION_ID): Unit |
addItems | fun addItems(dataItems: List < Any >, sectionId: String = Section.FIRST_SECTION_ID): Unit |
changeFooterLayout | fun changeFooterLayout(viewId: Int ): Unit |
collapseSection | fun collapseSection(sectionId: String ): Unit |
expandSection | fun expandSection(sectionId: String ): Unit |
hideLoadingIndicator | fun hideLoadingIndicator(): Unit |
scrollToFirstItem | fun scrollToFirstItem(): Unit |
scrollToItemAt | fun scrollToItemAt(position: Int ): Unit |
scrollToLastItem | fun scrollToLastItem(): Unit |
setFooterVisibility | fun setFooterVisibility(state: Boolean ): Unit |
setItems | fun setItems(dataItems: List < Any >, sectionId: String = Section.FIRST_SECTION_ID): Unit |
setScrollbarVisibility | fun setScrollbarVisibility(state: Boolean ): Unit |
showLoadingIndicator | fun showLoadingIndicator(): Unit |