Text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false)
type
- text input type (default "text")
label
- label text bound to the input element
rich
- determines if label can contain HTML code
Constructor