org.jbpm.console.ng.ht.client.editors.taskdetailsmulti
@Dependent public class TaskDetailsMultiPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TaskDetailsMultiPresenter.TaskDetailsMultiView |
Modifier and Type | Field and Description |
---|---|
TaskDetailsMultiPresenter.TaskDetailsMultiView |
view |
Constructor and Description |
---|
TaskDetailsMultiPresenter() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.workbench.model.menu.Menus |
getMenus() |
org.uberfire.workbench.model.Position |
getPosition() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<TaskDetailsMultiPresenter> |
getView() |
void |
onClose() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
onTaskSelectionEvent(TaskSelectionEvent event) |
@Inject public TaskDetailsMultiPresenter.TaskDetailsMultiView view
public org.uberfire.client.mvp.UberView<TaskDetailsMultiPresenter> getView()
public org.uberfire.workbench.model.Position getPosition()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public void onOpen()
public void onTaskSelectionEvent(@Observes TaskSelectionEvent event)
public org.uberfire.workbench.model.menu.Menus getMenus()
public void onClose()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.