gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.model / ViewItem / NumberPicker
class NumberPicker :
ViewItem
<
Float
>,
FloatViewItem
,
Editable
Name | Summary |
---|---|
<init> | NumberPicker(id: String , value: Float , validators: List < Validator >, hint: String , input: Input , isEditable: Boolean , actions: List < Action >) |
Name | Summary |
---|---|
actions | val actions: List < Action > |
hint | val hint: String |
input | val input: Input |
isEditable | val isEditable: Boolean |
Name | Summary |
---|---|
id | val id: String |
validators | val validators: List < Validator > |
value | var value: T |
Name | Summary |
---|---|
clone | fun clone(): ViewItem < Float > |
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |