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

RecyclerViewConfig

data class RecyclerViewConfig

Constructors

Name Summary
<init> RecyclerViewConfig(listAdapter:GsdAdapter, view:ViewGroup, horizontal:Boolean, reverse:Boolean, columns:Int, isScrollbarEnabled:Boolean, decorators:List<GsdDecorator>, onRefreshListener: OnRefreshListener?)

Properties

Name Summary
columns val columns:Int
decorators val decorators:List<GsdDecorator>
horizontal val horizontal:Boolean
isScrollbarEnabled val isScrollbarEnabled:Boolean
listAdapter val listAdapter:GsdAdapter
onRefreshListener val onRefreshListener: OnRefreshListener?
reverse val reverse:Boolean
view val view:ViewGroup