@Dependent public class TaskDetailsPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskDetailsPresenter.TaskDetailsView |
| Constructor and Description |
|---|
TaskDetailsPresenter(org.uberfire.client.mvp.PlaceManager placeManager,
TaskDetailsPresenter.TaskDetailsView view,
javax.enterprise.event.Event<ProcessInstancesWithDetailsRequestEvent> processInstanceSelected,
org.jboss.errai.common.client.api.Caller<TaskQueryService> taskQueryService,
org.jboss.errai.common.client.api.Caller<TaskOperationsService> taskOperationsService,
org.jboss.errai.common.client.api.Caller<DataServiceEntryPoint> dataServices,
javax.enterprise.event.Event<TaskRefreshedEvent> taskRefreshed,
javax.enterprise.event.Event<TaskCalendarEvent> taskCalendarEvent,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
init() |
void |
onTaskRefreshedEvent(TaskRefreshedEvent event) |
void |
onTaskSelectionEvent(TaskSelectionEvent event) |
void |
refreshTask() |
void |
setReadOnlyTaskDetail() |
void |
updateTask(String taskDescription,
String userId,
Date dueDate,
int priority) |
@Inject
public TaskDetailsPresenter(org.uberfire.client.mvp.PlaceManager placeManager,
TaskDetailsPresenter.TaskDetailsView view,
javax.enterprise.event.Event<ProcessInstancesWithDetailsRequestEvent> processInstanceSelected,
org.jboss.errai.common.client.api.Caller<TaskQueryService> taskQueryService,
org.jboss.errai.common.client.api.Caller<TaskOperationsService> taskOperationsService,
org.jboss.errai.common.client.api.Caller<DataServiceEntryPoint> dataServices,
javax.enterprise.event.Event<TaskRefreshedEvent> taskRefreshed,
javax.enterprise.event.Event<TaskCalendarEvent> taskCalendarEvent,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.IsWidget getView()
public void updateTask(String taskDescription, String userId, Date dueDate, int priority)
public void refreshTask()
public void setReadOnlyTaskDetail()
public void onTaskSelectionEvent(@Observes
TaskSelectionEvent event)
public void onTaskRefreshedEvent(@Observes
TaskRefreshedEvent event)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.