Interface AbstractGridMouseEventHandler.GridClickHandler
-
- All Superinterfaces:
AbstractGridMouseEventHandler
,com.google.gwt.event.shared.EventHandler
- All Known Subinterfaces:
BodyClickHandler
,FooterClickHandler
,HeaderClickHandler
- Enclosing interface:
- AbstractGridMouseEventHandler
public static interface AbstractGridMouseEventHandler.GridClickHandler extends AbstractGridMouseEventHandler
Handler for Grid click events.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler
AbstractGridMouseEventHandler.GridClickHandler, AbstractGridMouseEventHandler.GridDoubleClickHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClick(GridClickEvent event)
Perform actions that should happen when the Grid is clicked.
-
-
-
Method Detail
-
onClick
void onClick(GridClickEvent event)
Perform actions that should happen when the Grid is clicked.- Parameters:
event
- the click event
-
-