| Package | Description |
|---|---|
| com.threerings.gwt.util |
Miscellaneous utilities.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleDataModel<T> |
SimpleDataModel.filter(Predicate<T> pred)
Returns a data model that contains only items that match the supplied predicate.
|
static <T> SimpleDataModel<T> |
SimpleDataModel.newModel(List<T> items)
Creates a new simple data model with the supplied list of items.
|
Copyright © 2013. All Rights Reserved.