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

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

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

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

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

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

Methods in org.cruxframework.crux.widgets.client.event.row with parameters of type BeforeSaveRowEditionHandler
 com.google.gwt.event.shared.HandlerRegistration HasBeforeSaveRowEditionHandler.addBeforeSaveRowEditionHandler(BeforeSaveRowEditionHandler handler)
           
protected  void BeforeSaveRowEditionEvent.dispatch(BeforeSaveRowEditionHandler handler)
           
 

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

Fields in org.cruxframework.crux.widgets.client.grid with type parameters of type BeforeSaveRowEditionHandler
protected  FastList<BeforeSaveRowEditionHandler> AbstractGrid.beforeSaveRowEditionHandlers
           
 

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



Copyright © 2014. All rights reserved.