Interface FieldEvents.FocusNotifier

    • Method Detail

      • addFocusListener

        com.vaadin.shared.Registration addFocusListener​(FieldEvents.FocusListener listener)
        Adds a FocusListener to the Component which gets fired when a Field receives keyboard focus.
        Parameters:
        listener - the focus listener to add, not null
        Returns:
        a registration object for removing the listener
        Since:
        8.0
        See Also:
        FieldEvents.FocusListener, Registration