com.sencha.gxt.widget.core.client.event
Class LiveGridViewUpdateEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<LiveGridViewUpdateEvent.LiveGridViewUpdateHandler>
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LiveGridViewUpdateEvent
public LiveGridViewUpdateEvent(int liveStoreOffset,
int viewIndex,
int totalCount,
int rowCount)
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.