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

ComplexDatePicker

class ComplexDatePicker :ViewItem<List<ValueHolder<*>>>,Editable

Constructors

Name Summary
<init> ComplexDatePicker(id:String, start:ValueHolder<String>, end:ValueHolder<String>, allDay:ValueHolder<Boolean>, validators:List<Validator>, dateFormat:String, dateWithTimeFormat:String)

Properties

Name Summary
dateFormat val dateFormat:String
dateWithTimeFormat val dateWithTimeFormat: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<List<ValueHolder<*>>>
equals fun equals(other:Any?):Boolean
hashCode fun hashCode():Int