Class TextInputBindingListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • textKeyChanged

        public void textKeyChanged​(TextInput textInput,
                                   java.lang.String previousTextKey)
        Deprecated.
        Description copied from interface: TextInputBindingListener
        Called when a text input's text key has changed.
        Specified by:
        textKeyChanged in interface TextInputBindingListener
        Parameters:
        textInput - The source of this event.
        previousTextKey - The previous text key for the component.
      • textBindTypeChanged

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