com.sencha.gxt.widget.core.client.event
Class SortChangeEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.sencha.gxt.widget.core.client.event.GridEvent<SortChangeEvent.SortChangeHandler>
              extended by com.sencha.gxt.widget.core.client.event.SortChangeEvent

public final class SortChangeEvent
extends GridEvent<SortChangeEvent.SortChangeHandler>


Nested Class Summary
static interface SortChangeEvent.HasSortChangeHandlers
           
static interface SortChangeEvent.SortChangeHandler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
SortChangeEvent(SortInfo sortInfo)
           
 
Method Summary
 GwtEvent.Type<SortChangeEvent.SortChangeHandler> getAssociatedType()
           
 SortInfo getSortInfo()
           
static GwtEvent.Type<SortChangeEvent.SortChangeHandler> getType()
           
 
Methods inherited from class com.sencha.gxt.widget.core.client.event.GridEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortChangeEvent

public SortChangeEvent(SortInfo sortInfo)
Method Detail

getType

public static GwtEvent.Type<SortChangeEvent.SortChangeHandler> getType()

getAssociatedType

public GwtEvent.Type<SortChangeEvent.SortChangeHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<SortChangeEvent.SortChangeHandler>

getSortInfo

public SortInfo getSortInfo()


Copyright © 2012. All Rights Reserved.