gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.model / ViewItem / ObjectsPicker

ObjectsPicker

class ObjectsPicker :ViewItem<ValueHolder<Array<String>>>,Editable

Constructors

Name Summary
<init> ObjectsPicker(id:String, value:ValueHolder<Array<String>>, validators:List<Validator>, title:String, listItem:ListItem, dataSource:ViewDataSource)

Properties

Name Summary
childItems var childItems:MutableList<MappedItem>?
dataSource val dataSource:ViewDataSource
listItem var listItem:ListItem
title val title:String

Inherited Properties

Name Summary
id val id:String
validators val validators:List<Validator>
value var value:T

Functions

Name Summary
clone fun clone():ViewItem<ValueHolder<Array<String>>>
equals fun equals(other:Any?):Boolean
hashCode fun hashCode():Int