virtual class vaseGui::EditText
sys::Obj vaseGui::Widget vaseGui::EditText : vaseWindow::TextInput
@Js
EditText.
- caret
- editable
-
Bool editable := true
- font
-
Font font()
- gestureEvent
-
protected virtual override Void gestureEvent(GestureEvent e)
- getInputType
-
virtual override Int getInputType()
- hint
-
Str hint := ""
- host
-
@Transient
virtual override TextInputPeer? host - inputType
-
const Int inputType := 1
- keyAction
- keyEvent
- layoutChildren
- make
-
new make()
- onKeyEvent
- password
-
Bool password()
- prefContentSize
-
protected virtual override Size prefContentSize(Int hintsWidth := -1, Int hintsHeight := -1)
- text
-
Str text := ""
- textChange