org.jbpm.console.ng.ht.client.editors.taskslist
@Dependent public class TasksListPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TasksListPresenter.TaskListView |
static class |
TasksListPresenter.TaskType |
static class |
TasksListPresenter.TaskView |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.view.client.ProvidesKey<TaskSummary> |
KEY_PROVIDER |
Constructor and Description |
---|
TasksListPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
addDataDisplay(com.google.gwt.view.client.HasData<TaskSummary> display) |
void |
claimTasks(List<Long> selectedTasks,
String userId) |
void |
completeTasks(List<Long> selectedTasks,
String userId) |
void |
filterTasks(String text) |
void |
formClosed(org.uberfire.workbench.events.BeforeClosePlaceEvent closed) |
List<TaskSummary> |
getAllTaskSummaries() |
Date |
getCurrentDate() |
String |
getCurrentFilter() |
TasksListPresenter.TaskType |
getCurrentTaskType() |
TasksListPresenter.TaskView |
getCurrentView() |
com.google.gwt.view.client.ListDataProvider<TaskSummary> |
getDataProvider() |
org.uberfire.workbench.model.menu.Menus |
getMenus() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<TasksListPresenter> |
getView() |
void |
onFocus() |
void |
onOpen() |
void |
onSearchEvent(TaskSearchEvent searchEvent) |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
refreshActiveTasks(Date date,
TasksListPresenter.TaskView taskView) |
void |
refreshAllTasks(Date date,
TasksListPresenter.TaskView taskView) |
void |
refreshGroupTasks(Date date,
TasksListPresenter.TaskView taskView) |
void |
refreshPersonalTasks(Date date,
TasksListPresenter.TaskView taskView) |
void |
refreshTasks(Date date,
TasksListPresenter.TaskView taskView,
TasksListPresenter.TaskType taskType)
Refresh tasks based on specified date, view (day/week/month) and task type.
|
void |
releaseTasks(List<Long> selectedTasks,
String userId) |
void |
startTasks(List<Long> selectedTasks,
String userId) |
public static final com.google.gwt.view.client.ProvidesKey<TaskSummary> KEY_PROVIDER
public String getTitle()
public List<TaskSummary> getAllTaskSummaries()
public org.uberfire.client.mvp.UberView<TasksListPresenter> getView()
public void filterTasks(String text)
public void formClosed(@Observes org.uberfire.workbench.events.BeforeClosePlaceEvent closed)
public void refreshTasks(Date date, TasksListPresenter.TaskView taskView, TasksListPresenter.TaskType taskType)
public void refreshPersonalTasks(Date date, TasksListPresenter.TaskView taskView)
public void refreshActiveTasks(Date date, TasksListPresenter.TaskView taskView)
public void refreshGroupTasks(Date date, TasksListPresenter.TaskView taskView)
public void refreshAllTasks(Date date, TasksListPresenter.TaskView taskView)
public void addDataDisplay(com.google.gwt.view.client.HasData<TaskSummary> display)
public com.google.gwt.view.client.ListDataProvider<TaskSummary> getDataProvider()
public org.uberfire.workbench.model.menu.Menus getMenus()
public void onSearchEvent(@Observes TaskSearchEvent searchEvent)
public void onFocus()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void onOpen()
public Date getCurrentDate()
public TasksListPresenter.TaskView getCurrentView()
public TasksListPresenter.TaskType getCurrentTaskType()
public String getCurrentFilter()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.