@Dependent @Templated public class NewActionViewImpl extends Object implements CaseActionsPresenter.NewActionView
| Constructor and Description |
|---|
NewActionViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActors() |
String |
getDescription() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
String |
getGroups() |
String |
getProcessDefinitionName() |
String |
getStageId() |
String |
getTaskName() |
void |
hide() |
void |
init() |
void |
init(CaseActionsPresenter presenter) |
void |
onAssignClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCancelClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCloseClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
setCaseActionType(CaseActionType caseActionType) |
void |
setCaseStagesList(List<CaseStageSummary> caseStagesList) |
void |
setProcessDefinitions(List<String> definitions) |
void |
show(CaseActionType caseActionType,
org.uberfire.mvp.Command okCommand) |
@PostConstruct public void init()
public void init(CaseActionsPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>public void show(CaseActionType caseActionType, org.uberfire.mvp.Command okCommand)
show in interface CaseActionsPresenter.NewActionViewpublic void hide()
hide in interface CaseActionsPresenter.NewActionViewpublic void setCaseStagesList(List<CaseStageSummary> caseStagesList)
setCaseStagesList in interface CaseActionsPresenter.NewActionViewpublic String getStageId()
getStageId in interface CaseActionsPresenter.NewActionViewpublic void setProcessDefinitions(List<String> definitions)
setProcessDefinitions in interface CaseActionsPresenter.NewActionViewpublic String getTaskName()
getTaskName in interface CaseActionsPresenter.NewActionViewpublic String getDescription()
getDescription in interface CaseActionsPresenter.NewActionViewpublic String getProcessDefinitionName()
getProcessDefinitionName in interface CaseActionsPresenter.NewActionViewpublic String getActors()
getActors in interface CaseActionsPresenter.NewActionViewpublic String getGroups()
getGroups in interface CaseActionsPresenter.NewActionViewpublic org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void setCaseActionType(CaseActionType caseActionType)
@EventHandler(value="addDynamicTask")
public void onAssignClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="cancel")
public void onCancelClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="close")
public void onCloseClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.