Package com.vaadin.ui

Class Table.TableContextClickEvent

    • Method Detail

      • getItemId

        public Object getItemId()
        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()
        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()
        Returns the clicked section of Table.
        Returns:
        section of Table