Interface ItemClickHandler

All Superinterfaces:
EventHandler

public interface ItemClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when a menu item with no click handler is clicked by the user.
  • Method Details

    • onItemClick

      void onItemClick(ItemClickEvent event)
      Executed when a menu item with no click handler is clicked by the user. This itemClick handler must be specified as a function. It is passed an item parameter that is a reference to the clicked menu item.
      Parameters:
      event - the event