Uses of Class
org.nakedobjects.plugins.html.task.Task

Packages that use Task
org.nakedobjects.plugins.html.context   
org.nakedobjects.plugins.html.crumb   
org.nakedobjects.plugins.html.request   
org.nakedobjects.plugins.html.task   
 

Uses of Task in org.nakedobjects.plugins.html.context
 

Methods in org.nakedobjects.plugins.html.context that return Task
 Task Context.getTask(java.lang.String taskId)
           
 

Methods in org.nakedobjects.plugins.html.context with parameters of type Task
 void Context.addTaskCrumb(Task task)
           
 Request Context.cancelTask(Task task)
           
 void Context.endTask(Task task)
           
 

Uses of Task in org.nakedobjects.plugins.html.crumb
 

Methods in org.nakedobjects.plugins.html.crumb that return Task
 Task TaskCrumb.getTask()
           
 

Constructors in org.nakedobjects.plugins.html.crumb with parameters of type Task
TaskCrumb(Task task)
           
 

Uses of Task in org.nakedobjects.plugins.html.request
 

Methods in org.nakedobjects.plugins.html.request with parameters of type Task
static Request ForwardRequest.task(Task task)
           
 

Uses of Task in org.nakedobjects.plugins.html.task
 

Subclasses of Task in org.nakedobjects.plugins.html.task
 class AddItemToCollectionTask
           
 class EditTask
           
 class MethodTask
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.