Class TextInputField.TextChangeEvent

java.lang.Object
java.util.EventObject
io.jmix.ui.component.TextInputField.TextChangeEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
TextInputField<V>

public static class TextInputField.TextChangeEvent extends EventObject
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:
  • Constructor Details

    • TextChangeEvent

      public TextChangeEvent(TextInputField source, String text, int cursorPosition)
  • Method Details