|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.ui.Grid.ColumnReorderEvent
public static class Grid.ColumnReorderEvent
An event that is fired when the columns are reordered.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Grid.ColumnReorderEvent(Grid source,
boolean userOriginated)
|
|
| Method Summary | |
|---|---|
boolean |
isUserOriginated()
Returns true if the column reorder was done by the user,
false if not and it was triggered by server side code. |
| Methods inherited from class com.vaadin.ui.Component.Event |
|---|
getComponent |
| Methods inherited from class com.vaadin.event.ConnectorEvent |
|---|
getConnector |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Grid.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 call| Method Detail |
|---|
public boolean isUserOriginated()
true if the column reorder was done by the user,
false if not and it was triggered by server side code.
true if event is a result of user interaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||