Class InputEvent

  • All Implemented Interfaces:
    Serializable

    @DomEvent("input")
    public class InputEvent
    extends ComponentEvent<Component>
    Event fired when the component has received any type of input (e.g. click, key press).

    This event is specifically intended to the used for the input event in the DOM API.

    Since:
    1.0
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form
    • Constructor Detail

      • InputEvent

        public InputEvent​(Component source,
                          boolean fromClient)
        Creates a new input event.
        Parameters:
        source - the component that fired the event
        fromClient - true if the event was originally fired on the client, false if the event originates from server-side logic