TextInputDispatcher class
Constructors
-
TextInputDispatcher(RenderContext<
LoadInstanceContext> context, int rootId, int id, TextEditingControllerProxy controller)
Properties
- blurEventEnable ↔ bool
-
getter/setter pair
- changeTextEventEnable ↔ bool
-
getter/setter pair
- contentSizeChangeEventEnable ↔ bool
-
getter/setter pair
-
context
↔ RenderContext<
LoadInstanceContext> -
getter/setter pair
- controller ↔ TextEditingControllerProxy
-
getter/setter pair
- endEditingEventEnable ↔ bool
-
getter/setter pair
- focusEventEnable ↔ bool
-
getter/setter pair
- hasFocus ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
getter/setter pair
- keyboardWillHideEventEnable ↔ bool
-
getter/setter pair
- keyboardWillShowEventEnable ↔ bool
-
getter/setter pair
- rootId ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionChangeEventEnable ↔ bool
-
getter/setter pair
- text → String
-
no setter
- validator ↔ String
-
getter/setter pair
Methods
-
jsGetValue(
) → VoltronMap -
jsSetValue(
String? value, int pos) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChangeText(
String changeText) → void -
onEndEdit(
) → void -
onFocusChange(
bool focus) → void -
onKeyboardWillHide(
) → void -
onKeyboardWillShow(
int height) → void -
onSelectionChanged(
int selStart, int selEnd) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited