@Dependent public class TaskAdminPresenter extends AbstractTaskPresenter
Modifier and Type | Class and Description |
---|---|
static interface |
TaskAdminPresenter.TaskAdminView |
Modifier and Type | Field and Description |
---|---|
protected org.jboss.errai.common.client.api.Caller<TaskService> |
taskService |
Constructor and Description |
---|
TaskAdminPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
forwardTask(String entity) |
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
init() |
void |
onTaskRefreshedEvent(TaskRefreshedEvent event) |
void |
onTaskSelectionEvent(TaskSelectionEvent event) |
void |
refreshTaskPotentialOwners() |
void |
reminder() |
void |
setTaskService(org.jboss.errai.common.client.api.Caller<TaskService> taskService) |
displayNotification, getContainerId, getServerTemplateId, getTaskId, isSameTaskFromEvent, setNotification, setSelectedTask
@Inject protected org.jboss.errai.common.client.api.Caller<TaskService> taskService
@Inject public void setTaskService(org.jboss.errai.common.client.api.Caller<TaskService> taskService)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.IsWidget getView()
public void forwardTask(String entity)
public void reminder()
public void refreshTaskPotentialOwners()
public void onTaskSelectionEvent(@Observes TaskSelectionEvent event)
public void onTaskRefreshedEvent(@Observes TaskRefreshedEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.