We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.renderers.
Interface ClickableRenderer.RendererClickHandler<R>
-
Type Parameters:
R
- the row type of the containing GridAll Superinterfaces:
com.google.gwt.event.shared.EventHandler
Enclosing class:
ClickableRenderer<T,W extends com.google.gwt.user.client.ui.Widget>
public static interface ClickableRenderer.RendererClickHandler<R> extends com.google.gwt.event.shared.EventHandler
A handler for
renderer click events
.
-
-
Method Summary
All Methods Modifier and Type Method Description void
onClick(ClickableRenderer.RendererClickEvent<R> event)
Called when a rendered button is clicked.
-
-
-
Method Detail
-
onClick
void onClick(ClickableRenderer.RendererClickEvent<R> event)
Called when a rendered button is clicked.
Parameters:
event
- the event representing the click
-
-