org.syncope.console.pages
Class Tasks.TaskExecutionsProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TaskExecTO>
org.syncope.console.pages.Tasks.TaskExecutionsProvider
- All Implemented Interfaces:
- Serializable, org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<TaskExecTO>, org.apache.wicket.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider<TaskExecTO>, org.apache.wicket.model.IDetachable
- Enclosing class:
- Tasks
public static class Tasks.TaskExecutionsProvider
- extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TaskExecTO>
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider |
detach, getSort, getSortState, setSort, setSort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tasks.TaskExecutionsProvider
public Tasks.TaskExecutionsProvider(TaskTO taskTO)
iterator
public Iterator<TaskExecTO> iterator(int first,
int count)
size
public int size()
model
public org.apache.wicket.model.IModel<TaskExecTO> model(TaskExecTO taskExecution)
getTaskDB
public List<TaskExecTO> getTaskDB()
Copyright © 2011. All Rights Reserved.