fetch(0);
}
private void fetch(final int start) {
lastFetch = start;
TableRequestFactory requestFactory = getClientFactory().getRequestFactory();
AuthorContext authorContext = requestFactory.authorRequest();
authorContext.findAll().fire(new Receiver<List<AuthorProxy>>() {
@Override
public void onSuccess(List<AuthorProxy> response) {
if (response == null) {