@Dependent public class TaskAdminPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskAdminPresenter.TaskAdminView |
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.errai.common.client.api.Caller<TaskOperationsService> |
taskOperationsServices |
protected org.jboss.errai.common.client.api.Caller<TaskLifeCycleService> |
taskServices |
| 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() |
@Inject protected org.jboss.errai.common.client.api.Caller<TaskLifeCycleService> taskServices
@Inject protected org.jboss.errai.common.client.api.Caller<TaskOperationsService> taskOperationsServices
@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–2017 JBoss by Red Hat. All rights reserved.