Class ItemClickEvent

    • Field Detail

      • ITEM_CLICK_METHOD

        public static final Method ITEM_CLICK_METHOD
    • Method Detail

      • getItem

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

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

        public Object getPropertyId()
        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.