| Interface | Description |
|---|---|
| AbstractGridKeyEventHandler |
Base interface of all handlers for
Grid.AbstractGridKeyEvents. |
| AbstractGridKeyEventHandler.GridKeyDownHandler | |
| AbstractGridKeyEventHandler.GridKeyPressHandler | |
| AbstractGridKeyEventHandler.GridKeyUpHandler | |
| AbstractGridMouseEventHandler |
Base interface of all handlers for
Grid.AbstractGridMouseEvents. |
| AbstractGridMouseEventHandler.GridClickHandler | |
| AbstractGridMouseEventHandler.GridDoubleClickHandler | |
| BodyClickHandler |
Handler for
GridClickEvents that happen in the body of the Grid. |
| BodyDoubleClickHandler |
Handler for
GridDoubleClickEvents that happen in the body of the
Grid. |
| BodyKeyDownHandler |
Handler for
GridKeyDownEvents that happen when the focused cell is in
the body of the Grid. |
| BodyKeyPressHandler |
Handler for
GridKeyPressEvents that happen when the focused cell is
in the body of the Grid. |
| BodyKeyUpHandler |
Handler for
GridKeyUpEvents that happen when the focused cell is in
the body of the Grid. |
| ColumnReorderHandler<T> |
Handler for a Grid column reorder event, called when the Grid's columns has
been reordered.
|
| ColumnResizeHandler<T> |
Handler for a Grid column resize event, called when the Grid's columns has
been resized.
|
| ColumnVisibilityChangeHandler<T> |
Handler for a Grid column visibility change event, called when the Grid's
columns have changed visibility to hidden or visible.
|
| FooterClickHandler |
Handler for
GridClickEvents that happen in the footer of the Grid. |
| FooterDoubleClickHandler |
Handler for
GridDoubleClickEvents that happen in the footer of the
Grid. |
| FooterKeyDownHandler |
Handler for
GridKeyDownEvents that happen when the focused cell is in
the footer of the Grid. |
| FooterKeyPressHandler |
Handler for
GridKeyPressEvents that happen when the focused cell is
in the footer of the Grid. |
| FooterKeyUpHandler |
Handler for
GridKeyUpEvents that happen when the focused cell is in
the footer of the Grid. |
| GridEnabledHandler |
Handler for a Grid enabled/disabled event, called when the Grid is enabled or
disabled.
|
| HeaderClickHandler |
Handler for
GridClickEvents that happen in the header of the Grid. |
| HeaderDoubleClickHandler |
Handler for
GridDoubleClickEvents that happen in the header of the
Grid. |
| HeaderKeyDownHandler |
Handler for
GridKeyDownEvents that happen when the focused cell is in
the header of the Grid. |
| HeaderKeyPressHandler |
Handler for
GridKeyPressEvents that happen when the focused cell is
in the header of the Grid. |
| HeaderKeyUpHandler |
Handler for
GridKeyUpEvents that happen when the focused cell is in
the header of the Grid. |
| ScrollHandler |
A handler that gets called whenever a scrollbar bundle is scrolled
|
| SelectAllHandler<T> |
Handler for a Grid select all event, called when the Grid needs all rows in
data source to be selected.
|
| Class | Description |
|---|---|
| ColumnReorderEvent<T> |
An event for notifying that the columns in the Grid have been reordered.
|
| ColumnResizeEvent<T> |
An event for notifying that the columns in the Grid have been resized.
|
| ColumnVisibilityChangeEvent<T> |
An event for notifying that the columns in the Grid's have changed
visibility.
|
| GridClickEvent |
Represents native mouse click event in Grid.
|
| GridDoubleClickEvent |
Represents native mouse double click event in Grid.
|
| GridEnabledEvent |
An enabled/disabled event, fired by the Grid when it is disabled or enabled.
|
| GridKeyDownEvent |
Represents native key down event in Grid.
|
| GridKeyPressEvent |
Represents native key press event in Grid.
|
| GridKeyUpEvent |
Represents native key up event in Grid.
|
| ScrollEvent |
An event that signifies that a scrollbar bundle has been scrolled
|
| SelectAllEvent<T> |
A select all event, fired by the Grid when it needs all rows in data source
to be selected.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.