com.smartgwt.client.widgets.events
Interface IconClickHandler

All Superinterfaces:
EventHandler

public interface IconClickHandler
extends EventHandler


Method Summary
 void onIconClick(IconClickEvent event)
          If this button is showing an icon, a separate click handler for the icon may be defined as this.iconClick.
 

Method Detail

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