| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widgets |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<GridEnabledHandler> |
GridEnabledEvent.TYPE
The type of this event.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<GridEnabledHandler> |
GridEnabledEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridEnabledEvent.dispatch(GridEnabledHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
Grid.SelectionColumn
A column that contains CheckBoxes for representing Grid's row selection.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
Grid.addEnabledHandler(GridEnabledHandler handler)
Register a enabled status change handler to this Grid.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.