de.iai.ilcd.webgui.controller.admin
Class ProcessTableModel
java.lang.Object
javax.faces.model.DataModel
org.primefaces.model.LazyDataModel<GuiListManagerItem<Process>>
de.iai.ilcd.webgui.controller.admin.ProcessTableModel
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable
public class ProcessTableModel
- extends org.primefaces.model.LazyDataModel<GuiListManagerItem<Process>>
- Author:
- clemens.duepmeier
- See Also:
- Serialized Form
Method Summary |
java.util.List<GuiListManagerItem<Process>> |
load(int first,
int pageSize,
java.lang.String sortField,
boolean sortOrder,
java.util.Map<java.lang.String,java.lang.String> filters)
|
Methods inherited from class org.primefaces.model.LazyDataModel |
getPageSize, getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, setPageSize, setRowCount, setRowIndex, setWrappedData |
Methods inherited from class javax.faces.model.DataModel |
addDataModelListener, getDataModelListeners, iterator, removeDataModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessTableModel
public ProcessTableModel(int numberOfProcesses)
ProcessTableModel
public ProcessTableModel(org.apache.velocity.tools.generic.ValueParser searchParams,
int countOfSearchResults)
load
public java.util.List<GuiListManagerItem<Process>> load(int first,
int pageSize,
java.lang.String sortField,
boolean sortOrder,
java.util.Map<java.lang.String,java.lang.String> filters)
- Specified by:
load
in class org.primefaces.model.LazyDataModel<GuiListManagerItem<Process>>