public static class Grid.ColumnReorderEvent extends Component.Event
source| Constructor and Description |
|---|
ColumnReorderEvent(Grid source,
boolean userOriginated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserOriginated()
Returns
true if the column reorder was done by the user,
false if not and it was triggered by server side code. |
getComponentgetConnectorgetSource, toStringpublic ColumnReorderEvent(Grid source, boolean userOriginated)
source - the grid where the event originated fromuserOriginated - true if event is a result of user
interaction, false if from API callCopyright © 2022 Vaadin Ltd. All rights reserved.