Package io.jmix.ui.component
Class TextInputField.TextChangeEvent
java.lang.Object
java.util.EventObject
io.jmix.ui.component.TextInputField.TextChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TextInputField<V>
TextChangeEvents are fired at the same time when
HasValue.ValueChangeEvent
s are fired.
TextChangeEvents differ from HasValue.ValueChangeEvent
s only by event attributes,
e.g. text representation of the value (instead of converted to the model type) and cursor position.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
TextChangeEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getText
-
getCursorPosition
public int getCursorPosition()
-