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.ValueChangeEvents are fired.
TextChangeEvents differ from HasValue.ValueChangeEvents 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
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
TextChangeEvent
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getText
-
getCursorPosition
public int getCursorPosition()
-