Interface TextAreaBindingListener

    • Method Detail

      • textKeyChanged

        default void textKeyChanged​(TextArea textArea,
                                    java.lang.String previousTextKey)
        Called when a text area's text key has changed.
        Parameters:
        textArea - The component that has changed.
        previousTextKey - What the text key used to be for this component.
      • textBindTypeChanged

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

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