Class Table.TableContextClickEvent

    • Constructor Detail

      • TableContextClickEvent

        public TableContextClickEvent​(Table source,
                                      com.vaadin.shared.MouseEventDetails mouseEventDetails,
                                      Object itemId,
                                      Object propertyId,
                                      TableConstants.Section section)
        Deprecated.
    • Method Detail

      • getItemId

        public Object getItemId()
        Deprecated.
        Returns the item id of context clicked row.
        Returns:
        item id of clicked row; null if header, footer or empty area of Table
      • getPropertyId

        public Object getPropertyId()
        Deprecated.
        Returns the property id of context clicked column.
        Returns:
        property id; or null if we've clicked on the empty area of the Table
      • getSection

        public TableConstants.Section getSection()
        Deprecated.
        Returns the clicked section of Table.
        Returns:
        section of Table