org.syncope.console.pages
Class TaskModalPage.TaskExecutionsProvider

java.lang.Object
  extended by org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TaskExecTO>
      extended by org.syncope.console.pages.TaskModalPage.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:
TaskModalPage

protected class TaskModalPage.TaskExecutionsProvider
extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TaskExecTO>

See Also:
Serialized Form

Constructor Summary
TaskModalPage.TaskExecutionsProvider(TaskTO taskTO)
           
 
Method Summary
 List<TaskExecTO> getTaskDB()
           
 Iterator<TaskExecTO> iterator(int first, int count)
           
 org.apache.wicket.model.IModel<TaskExecTO> model(TaskExecTO taskExecution)
           
 int size()
           
 
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
 

Constructor Detail

TaskModalPage.TaskExecutionsProvider

public TaskModalPage.TaskExecutionsProvider(TaskTO taskTO)
Method Detail

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.