Class TextInputField.EnterPressEvent

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

public static class TextInputField.EnterPressEvent extends EventObject
EnterPressEvents are fired when the user presses Enter while editing the text content of a field.
See Also: