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

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

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

Methods in org.cruxframework.crux.widgets.client.event.row that return HasRowClickHandlers
 HasRowClickHandlers RowClickEvent.getSource()
           
 

Methods in org.cruxframework.crux.widgets.client.event.row with parameters of type HasRowClickHandlers
static RowClickEvent RowClickEvent.fire(HasRowClickHandlers source, DataRow row)
           
 

Constructors in org.cruxframework.crux.widgets.client.event.row with parameters of type HasRowClickHandlers
RowClickEvent(HasRowClickHandlers source, DataRow row)
           
 

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

Classes in org.cruxframework.crux.widgets.client.grid that implement HasRowClickHandlers
 class AbstractGrid<R extends Row>
          Base class for implementing grids.
 class Grid
          A Data grid component that allows pagination, edition, sort, frozen headers & columns and
 



Copyright © 2014. All rights reserved.