Package com.vaadin.ui

Class Table.FooterClickEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Table

    public static class Table.FooterClickEvent
    extends MouseEvents.ClickEvent
    Click event fired when clicking on the Table footers. 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

      • FOOTER_CLICK_METHOD

        public static final Method FOOTER_CLICK_METHOD
    • Constructor Detail

      • FooterClickEvent

        public FooterClickEvent​(Component source,
                                Object propertyId,
                                MouseEventDetails details)
        Constructor
        Parameters:
        source - The source of the component
        propertyId - The propertyId of the column
        details - The mouse details of the click
    • Method Detail

      • getPropertyId

        public Object getPropertyId()
        Gets the property id of the column which header was pressed
        Returns:
        The column property id