Interface TextInputBindingListener

    • Method Detail

      • textKeyChanged

        default void textKeyChanged​(TextInput textInput,
                                    java.lang.String previousTextKey)
        Called when a text input's text key has changed.
        Parameters:
        textInput - The source of this event.
        previousTextKey - The previous text key for the component.
      • textBindTypeChanged

        default void textBindTypeChanged​(TextInput textInput,
                                         BindType previousTextBindType)
        Called when a text input's text bind type has changed.
        Parameters:
        textInput - The source of this event.
        previousTextBindType - The previous bind type for this component.
      • textBindMappingChanged

        default void textBindMappingChanged​(TextInput textInput,
                                            TextInput.TextBindMapping previousTextBindMapping)
        Called when a text input's text bind mapping has changed.
        Parameters:
        textInput - The source of this event.
        previousTextBindMapping - The previous bind mapping for this component.