Class TextAreaBindingListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • textKeyChanged

        public void textKeyChanged​(TextArea textArea,
                                   java.lang.String previousTextKey)
        Deprecated.
        Description copied from interface: TextAreaBindingListener
        Called when a text area's text key has changed.
        Specified by:
        textKeyChanged in interface TextAreaBindingListener
        Parameters:
        textArea - The component that has changed.
        previousTextKey - What the text key used to be for this component.
      • textBindTypeChanged

        public void textBindTypeChanged​(TextArea textArea,
                                        BindType previousTextBindType)
        Deprecated.
        Description copied from interface: TextAreaBindingListener
        Called when a text area's text bind type has changed.
        Specified by:
        textBindTypeChanged in interface TextAreaBindingListener
        Parameters:
        textArea - The source of this event.
        previousTextBindType - The previous bind type for this component.