| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| com.threerings.gwt.util |
Miscellaneous utilities.
|
| Modifier and Type | Method and Description |
|---|---|
DataModel<T> |
PagedWidget.getModel()
Returns the model in use by this panel or null if we have no model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PagedWidget.setModel(DataModel<T> model,
int page)
Configures this panel with a
DataModel and kicks the data
retrieval off by requesting the specified page to be displayed. |
| Modifier and Type | Class and Description |
|---|---|
class |
PagedServiceDataModel<T,R extends PagedResult<T>> |
class |
ServiceBackedDataModel<T,R>
A data model that can be customized for components that obtain their data by calling a service
method to fetch a range of items.
|
class |
SimpleDataModel<T>
|
Copyright © 2013. All Rights Reserved.