public class ResourceListModel extends org.apache.wicket.model.util.ListModel<ResourceList>
| Constructor and Description |
|---|
ResourceListModel()
Constructor
|
ResourceListModel(ResourceList list)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(ResourceList list)
Adds a
ResourceList to the model object |
void |
clear()
Clears the
ResourceList List |
List<String> |
getFields()
Get all field names contained in this collection of ResourceList
|
List<String> |
getGroups()
Get all group names contained in this collection of ResourceList
|
String |
toString() |
public ResourceListModel()
public ResourceListModel(ResourceList list)
list - the ResourceListpublic void clear()
ResourceList Listpublic void add(ResourceList list)
ResourceList to the model objectlist - the ResourceListpublic List<String> getFields()
public List<String> getGroups()
public String toString()
toString in class org.apache.wicket.model.util.GenericBaseModel<List<ResourceList>>Copyright © 2021 7thWeb. All rights reserved.