T - type of object inside listpublic class ListModel<T> extends GenericCollectionModel<List<T>>
Model but for lists of serializable objects.| Constructor and Description |
|---|
ListModel()
Creates empty model
|
ListModel(List<T> list)
Creates model that will contain
list. |
| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
newSerializableCollectionOf(List<T> object)
Creates a serializable version of the object.
|
setObjectattach, detach, getObjectClass, of, ofprotected List<T> newSerializableCollectionOf(List<T> object)
newSerializableCollectionOf in class GenericCollectionModel<List<T>>object - the objectobjectCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.