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

CheckBox

class CheckBox :ViewItem<ValueHolder<String>>,Editable,OptionsViewItem<String>

Constructors

Name Summary
<init> CheckBox(id:String, value:ValueHolder<String>, validators:List<Validator>, options:List<Option<String>>, separator:String)

Properties

Name Summary
options var options:List<Option<String>>
separator val separator: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<String>>
equals fun equals(other:Any?):Boolean
hashCode fun hashCode():Int