mixin vaseWindow::TextInput
vaseWindow::TextInput
@Js
root view
- getInputType
-
abstract Int getInputType()
- host
-
abstract TextInputPeer? host
- inputTypeFloatNumber
-
const static Int inputTypeFloatNumber := 3
- inputTypeIntNumber
-
const static Int inputTypeIntNumber := 2
- inputTypeMultiLine
-
const static Int inputTypeMultiLine := 5
- inputTypePassword
-
const static Int inputTypePassword := 4
- inputTypeText
-
const static Int inputTypeText := 1
- keyAction
- onKeyEvent
- textChange