Package org.teamapps.ux.component.field
Interface TextInputHandlingField
- All Known Implementing Classes:
AbstractComboBox,AbstractDateField,AbstractTimeField,ComboBox,CurrencyField,InstantDateField,InstantTimeField,LocalDateField,LocalTimeField,MultiLineTextField,NumberField,PasswordField,RichTextEditor,TagComboBox,TextField
public interface TextInputHandlingField
-
Method Summary
Modifier and Type Method Description default booleandefaultHandleTextInputEvent(org.teamapps.dto.UiEvent event)Event<SpecialKey>onSpecialKeyPressed()Event<java.lang.String>onTextInput()
-
Method Details
-
onTextInput
Event<java.lang.String> onTextInput() -
onSpecialKeyPressed
Event<SpecialKey> onSpecialKeyPressed() -
defaultHandleTextInputEvent
default boolean defaultHandleTextInputEvent(org.teamapps.dto.UiEvent event)
-