}
}
@SuppressWarnings({"rawtypes", "unchecked"})
protected GridEvent<?> createComponentEvent(Event event) {
LiveGridEvent l = new LiveGridEvent(grid, event);
l.setLiveStoreOffset(liveStoreOffset);
l.setViewIndex(viewIndex);
l.setTotalCount(totalCount);
return l;
}