Interface IconClickHandler

All Superinterfaces:
EventHandler

public interface IconClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    If this button is showing an icon, a separate click handler for the icon may be defined as this.iconClick.
  • Method Details

    • onIconClick

      void onIconClick(IconClickEvent event)
      If this button is showing an icon, a separate click handler for the icon may be defined as this.iconClick. Returning false will suppress the standard button click handling code.
      Parameters:
      event - the event