Class orion.tasks.TaskList
A user interface element showing a list of various user tasks.
Defined in: </shared/eclipse/e4/orion/I201206221139/plugins/org.eclipse.orion.client.core/web/orion/tasks.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.tasks.TaskList(options)
Creates a new user interface element showing a list of tasks
|
Method Attributes | Method Name and Description |
---|---|
Class Detail
orion.tasks.TaskList(options)
Creates a new user interface element showing a list of tasks
- Parameters:
- {Object} options
- The service options
- {Object} options.parent
- The parent of this task list
- {String} options.tasks
- The array of tasks this list should display
- {String} options.title
- The title of the task list
- {String} options.description
- A description of the task list shown the user
- {orion.serviceregistry.ServiceRegistry} options.serviceRegistry
- The service registry
Method Detail
renderTasks()