| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.datasources | |
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
SelectAllHandler<T> |
ListDataSource.getSelectAllHandler()
Returns a
SelectAllHandler for this ListDataSource. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<T>> |
SelectAllEvent.getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<?>> |
SelectAllEvent.getType()
Gets the type of the handlers for this event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SelectAllEvent.dispatch(SelectAllHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
Grid.addSelectAllHandler(SelectAllHandler<T> handler)
Register a GWT event handler for a select all event.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.