Package io.jmix.ui.component
Interface HasEnterPressHandler
- All Known Subinterfaces:
ComboBox<V>,EntityComboBox<V>,EntitySuggestionField<V>,SuggestionField<V>,SuggestionFieldComponent<V,,I> TagField<V>
- All Known Implementing Classes:
AbstractSuggestionField,ComboBoxImpl,EntityComboBoxImpl,EntitySuggestionFieldImpl,SuggestionFieldImpl,TagFieldImpl
public interface HasEnterPressHandler
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classEvent is fired when the user presses the enter key when the text field is on focus. -
Method Summary
Modifier and TypeMethodDescriptionvoidSets an ENTER press handler.
-
Method Details
-
getEnterPressHandler
- Returns:
- an ENTER press handler
-
setEnterPressHandler
Sets an ENTER press handler.- Parameters:
handler- an ENTER press handler to set
-