Interface | Description |
---|---|
AbstractGridKeyEventHandler |
Base interface of all handlers for
Grid.AbstractGridKeyEvent s. |
AbstractGridKeyEventHandler.GridKeyDownHandler | |
AbstractGridKeyEventHandler.GridKeyPressHandler | |
AbstractGridKeyEventHandler.GridKeyUpHandler | |
AbstractGridMouseEventHandler |
Base interface of all handlers for
Grid.AbstractGridMouseEvent s. |
AbstractGridMouseEventHandler.GridClickHandler | |
AbstractGridMouseEventHandler.GridDoubleClickHandler | |
BodyClickHandler |
Handler for
GridClickEvent s that happen in the body of the Grid. |
BodyDoubleClickHandler |
Handler for
GridDoubleClickEvent s that happen in the body of the
Grid. |
BodyKeyDownHandler |
Handler for
GridKeyDownEvent s that happen when the focused cell is in
the body of the Grid. |
BodyKeyPressHandler |
Handler for
GridKeyPressEvent s that happen when the focused cell is
in the body of the Grid. |
BodyKeyUpHandler |
Handler for
GridKeyUpEvent s 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
GridClickEvent s that happen in the footer of the Grid. |
FooterDoubleClickHandler |
Handler for
GridDoubleClickEvent s that happen in the footer of the
Grid. |
FooterKeyDownHandler |
Handler for
GridKeyDownEvent s that happen when the focused cell is in
the footer of the Grid. |
FooterKeyPressHandler |
Handler for
GridKeyPressEvent s that happen when the focused cell is
in the footer of the Grid. |
FooterKeyUpHandler |
Handler for
GridKeyUpEvent s 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
GridClickEvent s that happen in the header of the Grid. |
HeaderDoubleClickHandler |
Handler for
GridDoubleClickEvent s that happen in the header of the
Grid. |
HeaderKeyDownHandler |
Handler for
GridKeyDownEvent s that happen when the focused cell is in
the header of the Grid. |
HeaderKeyPressHandler |
Handler for
GridKeyPressEvent s that happen when the focused cell is
in the header of the Grid. |
HeaderKeyUpHandler |
Handler for
GridKeyUpEvent s 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.
|
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.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.