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