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

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

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

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

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

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

Methods in org.cruxframework.crux.widgets.client.event.row with parameters of type RowClickHandler
 com.google.gwt.event.shared.HandlerRegistration HasRowClickHandlers.addRowClickHandler(RowClickHandler handler)
           
protected  void RowClickEvent.dispatch(RowClickHandler handler)
           
 

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

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



Copyright © 2014. All rights reserved.