com.smartgwt.client.widgets.events
Interface CancelClickHandler

All Superinterfaces:
EventHandler

public interface CancelClickHandler
extends EventHandler


Method Summary
 void onCancelClick(CancelClickEvent event)
          Handle a click on the 'cancel' button of this Dialog.
 

Method Detail

onCancelClick

void onCancelClick(CancelClickEvent event)
Handle a click on the 'cancel' button of this Dialog. Default implementation is to return null and hide the Dialog. Override to do something else.

Parameters:
event - the event