| Interface | Description |
|---|---|
| AbstractGridKeyEventHandler |
Base interface of all handlers for
Grid.AbstractGridKeyEvents. |
| AbstractGridKeyEventHandler.GridKeyDownHandler |
Handler for Grid key down events.
|
| AbstractGridKeyEventHandler.GridKeyPressHandler |
Handler for Grid key press events.
|
| AbstractGridKeyEventHandler.GridKeyUpHandler |
Handler for Grid key up events.
|
| AbstractGridMouseEventHandler |
Base interface of all handlers for
Grid.AbstractGridMouseEvents. |
| AbstractGridMouseEventHandler.GridClickHandler |
Handler for Grid click events.
|
| AbstractGridMouseEventHandler.GridDoubleClickHandler |
Handler for Grid double-click events.
|
| 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.
|
| EscalatorSizeChangeHandler |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| 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.
|
| GridSelectionAllowedHandler |
Handler for a Grid
GridSelectionAllowedEvent, called when the Grid is
becomes allowed for selection or disallowed. |
| 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.
|
| VerticalScrollbarVisibilityChangeHandler |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| 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.
|
| EscalatorSizeChangeHandler.EscalatorSizeChangeEvent |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| 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.
|
| GridSelectionAllowedEvent |
A selection allowed event, fired by the Grid when its selection allowed value
changes.
|
| 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, OR when all rows have been selected and are now deselected.
|
| VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
Copyright © 2023 Vaadin Ltd. All rights reserved.