public static interface PagingListPanel.ListItemProvider
| Modifier and Type | Method and Description |
|---|---|
void |
provideItems(int startIndex,
int numEntries,
com.google.gwt.user.client.rpc.AsyncCallback<List<ListItem>> callback)
Will provide more items from the server.
|
Copyright © 2011–2015 SWM. All rights reserved.