Class ItemClickEvent

    • Field Detail

      • ITEM_CLICK_METHOD

        public static final Method ITEM_CLICK_METHOD
        Deprecated.
    • Constructor Detail

      • ItemClickEvent

        public ItemClickEvent​(Component source,
                              Item item,
                              Object itemId,
                              Object propertyId,
                              com.vaadin.shared.MouseEventDetails details)
        Deprecated.
    • Method Detail

      • getItem

        public Item getItem()
        Deprecated.
        Gets the item on which the click event occurred.
        Returns:
        item which was clicked
      • getItemId

        public Object getItemId()
        Deprecated.
        Gets a possible identifier in source for clicked Item.
        Returns:
      • getPropertyId

        public Object getPropertyId()
        Deprecated.
        Returns property on which click event occurred. Returns null if source cannot be resolved at property level. For example if clicked a cell in table, the "column id" is returned.
        Returns:
        a property id of clicked property or null if click didn't occur on any distinct property.