Uses of Interface
org.cruxframework.crux.widgets.client.event.row.BeforeCancelRowEditionHandler

Packages that use BeforeCancelRowEditionHandler
org.cruxframework.crux.widgets.client.deviceadaptivegrid   
org.cruxframework.crux.widgets.client.event.row   
org.cruxframework.crux.widgets.client.grid   
 

Uses of BeforeCancelRowEditionHandler in org.cruxframework.crux.widgets.client.deviceadaptivegrid
 

Methods in org.cruxframework.crux.widgets.client.deviceadaptivegrid with parameters of type BeforeCancelRowEditionHandler
 com.google.gwt.event.shared.HandlerRegistration DeviceAdaptiveGrid.addBeforeCancelRowEditionHandler(BeforeCancelRowEditionHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration DeviceAdaptiveGrid.GridImpl.addBeforeCancelRowEditionHandler(BeforeCancelRowEditionHandler handler)
           
 

Uses of BeforeCancelRowEditionHandler in org.cruxframework.crux.widgets.client.event.row
 

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

Methods in org.cruxframework.crux.widgets.client.event.row with parameters of type BeforeCancelRowEditionHandler
 com.google.gwt.event.shared.HandlerRegistration HasBeforeCancelRowEditionHandler.addBeforeCancelRowEditionHandler(BeforeCancelRowEditionHandler handler)
           
protected  void BeforeCancelRowEditionEvent.dispatch(BeforeCancelRowEditionHandler handler)
           
 

Uses of BeforeCancelRowEditionHandler in org.cruxframework.crux.widgets.client.grid
 

Fields in org.cruxframework.crux.widgets.client.grid with type parameters of type BeforeCancelRowEditionHandler
protected  org.cruxframework.crux.core.client.collection.FastList<BeforeCancelRowEditionHandler> AbstractGrid.beforeCancelRowEditionHandlers
           
 

Methods in org.cruxframework.crux.widgets.client.grid with parameters of type BeforeCancelRowEditionHandler
 com.google.gwt.event.shared.HandlerRegistration AbstractGrid.addBeforeCancelRowEditionHandler(BeforeCancelRowEditionHandler handler)
           
 



Copyright © 2015. All rights reserved.