org.jbpm.console.ng.ht.client.editors.taskdetails
@Dependent public class TaskDetailsPopupPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TaskDetailsPopupPresenter.TaskDetailsPopupView |
Constructor and Description |
---|
TaskDetailsPopupPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<TaskDetailsPopupPresenter> |
getView() |
void |
goToProcessInstanceDetails() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
onTaskSelected(TaskSelectionEvent taskSelection) |
void |
refreshTask(long taskId) |
void |
updateTask(long taskId,
String taskName,
String taskDescription,
String userId,
Date dueDate,
int priority) |
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<TaskDetailsPopupPresenter> getView()
public void goToProcessInstanceDetails()
public void updateTask(long taskId, String taskName, String taskDescription, String userId, Date dueDate, int priority)
public void refreshTask(long taskId)
public void onTaskSelected(@Observes TaskSelectionEvent taskSelection)
public void onOpen()
public void close()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.