com.smartgwt.client.widgets.events
Interface ApplyClickHandler

All Superinterfaces:
EventHandler

public interface ApplyClickHandler
extends EventHandler


Method Summary
 void onApplyClick(ApplyClickEvent event)
          Handle a click on the 'apply' button of this Dialog.
 

Method Detail

onApplyClick

void onApplyClick(ApplyClickEvent event)
Handle a click on the 'apply' button of this Dialog. Default implementation is to call saveData(), but NOT close the Dialog.

Parameters:
event - the event