Class TextAreaListener.Adapter

  • All Implemented Interfaces:
    TextAreaListener
    Enclosing interface:
    TextAreaListener

    @Deprecated
    public static class TextAreaListener.Adapter
    extends java.lang.Object
    implements TextAreaListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Text area listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • maximumLengthChanged

        public void maximumLengthChanged​(TextArea textArea,
                                         int previousMaximumLength)
        Deprecated.
        Description copied from interface: TextAreaListener
        Called when a text area's maximum length has changed.
        Specified by:
        maximumLengthChanged in interface TextAreaListener
        Parameters:
        textArea - The source of this event.
        previousMaximumLength - What the maximum length used to be.
      • editableChanged

        public void editableChanged​(TextArea textArea)
        Deprecated.
        Description copied from interface: TextAreaListener
        Called when a text area's editable state has changed.
        Specified by:
        editableChanged in interface TextAreaListener
        Parameters:
        textArea - The source of this event.