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

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

public final class LiveGridViewUpdateEvent
extends GwtEvent<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler>

Fires after the rows in the live grid have been updated.


Nested Class Summary
static interface LiveGridViewUpdateEvent.HasLiveGridViewUpdateHandlers
          A widget that implements this interface is a public source of LiveGridViewUpdateEvent events.
static interface LiveGridViewUpdateEvent.LiveGridViewUpdateHandler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
LiveGridViewUpdateEvent(int liveStoreOffset, int viewIndex, int totalCount, int rowCount)
           
 
Method Summary
 GwtEvent.Type<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler> getAssociatedType()
           
 int getLiveStoreOffset()
          Returns the offset.
 int getRowCount()
          Returns the row count.
 int getTotalCount()
          Returns the total count.
static GwtEvent.Type<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler> getType()
           
 int getViewIndex()
          Returns the view index.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
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

LiveGridViewUpdateEvent

public LiveGridViewUpdateEvent(int liveStoreOffset,
                               int viewIndex,
                               int totalCount,
                               int rowCount)
Method Detail

getType

public static GwtEvent.Type<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler> getType()

getAssociatedType

public GwtEvent.Type<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler>

getLiveStoreOffset

public int getLiveStoreOffset()
Returns the offset.

Returns:
the offset

getRowCount

public int getRowCount()
Returns the row count.

Returns:
the row count

getTotalCount

public int getTotalCount()
Returns the total count.

Returns:
the total count

getViewIndex

public int getViewIndex()
Returns the view index.

Returns:
the view index


Copyright © 2012. All Rights Reserved.