Uses of Interface
org.cruxframework.crux.widgets.client.event.CancelHandler

Packages that use CancelHandler
org.cruxframework.crux.widgets.client.dialog   
org.cruxframework.crux.widgets.client.event   
 

Uses of CancelHandler in org.cruxframework.crux.widgets.client.dialog
 

Methods in org.cruxframework.crux.widgets.client.dialog with parameters of type CancelHandler
 com.google.gwt.event.shared.HandlerRegistration ConfirmDialog.addCancelHandler(CancelHandler handler)
          Adds a handler for the Cancel button click event
static ConfirmDialog ConfirmDialog.show(String title, String message, OkHandler okHandler, CancelHandler cancelHandler)
          Shows a confirm dialog
static ConfirmDialog ConfirmDialog.show(String title, String message, String okLabel, String cancelLabel, OkHandler okHandler, CancelHandler cancelHandler)
          Shows a confirm dialog
static ConfirmDialog ConfirmDialog.show(String dialogTitle, String message, String okLabel, String cancelLabel, OkHandler okHandler, CancelHandler cancelHandler, String styleName, boolean animationEnabled)
          Shows a confirm dialog
 

Uses of CancelHandler in org.cruxframework.crux.widgets.client.event
 

Methods in org.cruxframework.crux.widgets.client.event that return types with arguments of type CancelHandler
 com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> CancelEvent.getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> CancelEvent.getType()
           
 

Methods in org.cruxframework.crux.widgets.client.event with parameters of type CancelHandler
 com.google.gwt.event.shared.HandlerRegistration HasCancelHandlers.addCancelHandler(CancelHandler handler)
           
protected  void CancelEvent.dispatch(CancelHandler handler)
           
 



Copyright © 2014. All rights reserved.