Interface TextInputHandlingField

All Known Implementing Classes:
AbstractComboBox, AbstractTimeField, ComboBox, CurrencyField, LocalDateField, LocalTimeField, MultiLineTextField, NumberField, PasswordField, TagComboBox, TextField

public interface TextInputHandlingField
  • Method Details

    • onTextInput

      Event<String> onTextInput()
    • onSpecialKeyPressed

      Event<SpecialKey> onSpecialKeyPressed()
    • defaultHandleTextInputEvent

      default boolean defaultHandleTextInputEvent(UiEvent event)