com.vaadin.event.

Class LayoutEvents.LayoutClickEvent

  • All Implemented Interfaces:

    Serializable

    Enclosing interface:

    LayoutEvents


    public static class LayoutEvents.LayoutClickEvent
    extends MouseEvents.ClickEvent

    An event fired when the layout has been clicked. The event contains information about the target layout (component) and the child component that was clicked. If no child component was found it is set to null.

    See Also:

    Serialized Form