com.vaadin.ui.

Class Table.HeaderClickEvent

  • All Implemented Interfaces:

    Serializable

    Enclosing class:

    Table


    public static class Table.HeaderClickEvent
    extends MouseEvents.ClickEvent

    Click event fired when clicking on the Table headers. The event includes a reference the the Table the event originated from, the property id of the column which header was pressed and details about the mouse event itself.

    See Also:

    Serialized Form

    • Field Detail

      • HEADER_CLICK_METHOD

        public static final Method HEADER_CLICK_METHOD
    • Method Detail

      • getPropertyId

        public Object getPropertyId()

        Gets the property id of the column which header was pressed

        Returns:

        The column property id