com.vaadin.client.widget.grid.events
Class ColumnReorderEvent<T>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ColumnReorderHandler<T>>
          extended by com.vaadin.client.widget.grid.events.ColumnReorderEvent<T>
Type Parameters:
T - The row type of the grid. The row type is the POJO type from where the data is retrieved into the column cells.

public class ColumnReorderEvent<T>
extends com.google.gwt.event.shared.GwtEvent<ColumnReorderHandler<T>>

An event for notifying that the columns in the Grid have been reordered.

Since:
7.5.0
Author:
Vaadin Ltd

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
ColumnReorderEvent()
           
 
Method Summary
protected  void dispatch(ColumnReorderHandler<T> handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ColumnReorderHandler<T>> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<ColumnReorderHandler<?>> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnReorderEvent

public ColumnReorderEvent()
Method Detail

getType

public static final com.google.gwt.event.shared.GwtEvent.Type<ColumnReorderHandler<?>> getType()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ColumnReorderHandler<T>> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ColumnReorderHandler<T>>

dispatch

protected void dispatch(ColumnReorderHandler<T> handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ColumnReorderHandler<T>>


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.