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

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

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

Methods in org.cruxframework.crux.widgets.client.dialog with parameters of type OkHandler
 com.google.gwt.event.shared.HandlerRegistration MessageDialog.addOkHandler(OkHandler handler)
          Adds a handler for the OK button click event
 com.google.gwt.event.shared.HandlerRegistration ConfirmDialog.addOkHandler(OkHandler handler)
          Adds a handler for the OK button click event
static MessageDialog MessageDialog.show(String title, String message, OkHandler okHandler)
          Shows a message dialog
static ConfirmDialog ConfirmDialog.show(String title, String message, OkHandler okHandler, CancelHandler cancelHandler)
          Shows a confirm dialog
static MessageDialog MessageDialog.show(String title, String message, OkHandler okHandler, String styleName, boolean animationEnabled)
          Shows a message 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 OkHandler in org.cruxframework.crux.widgets.client.event
 

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

Methods in org.cruxframework.crux.widgets.client.event with parameters of type OkHandler
 com.google.gwt.event.shared.HandlerRegistration HasOkHandlers.addOkHandler(OkHandler handler)
           
protected  void OkEvent.dispatch(OkHandler handler)
           
 



Copyright © 2014. All rights reserved.