Class Table.HeaderClickEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Table

    @Deprecated
    public static class Table.HeaderClickEvent
    extends MouseEvents.ClickEvent
    Deprecated.
    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
        Deprecated.
    • Constructor Detail

      • HeaderClickEvent

        public HeaderClickEvent​(Component source,
                                Object propertyId,
                                com.vaadin.shared.MouseEventDetails details)
        Deprecated.
    • Method Detail

      • getPropertyId

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