gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.model / DynamicView / ViewWithTabs

ViewWithTabs

class ViewWithTabs :DynamicView

Constructors

Name Summary
<init> ViewWithTabs(viewId:String, background:String?, dataSource:ViewDataSource?, toolbar:Toolbar?, tabs:List<Tab>)

Properties

Name Summary
tabs val tabs:List<Tab>
tabsItems var tabsItems:Map<Tab,List<ViewItem<*>>>?

Inherited Properties

Name Summary
background val background:String?
dataSource val dataSource:ViewDataSource?
toolbar val toolbar:Toolbar?
viewId val viewId:String

Functions

Name Summary
clone fun clone():DynamicView
equals fun equals(other:Any?):Boolean
hashCode fun hashCode():Int