Class NewActionViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.actions.NewActionViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,CaseActionsPresenter.NewActionView,org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>,org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
@Dependent @Templated public class NewActionViewImpl extends Object implements CaseActionsPresenter.NewActionView
-
-
Constructor Summary
Constructors Constructor Description NewActionViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStages(List<org.jbpm.workbench.cm.model.CaseStageSummary> activeStages)voidclearAllProcessDefinitions()voidclearAllStages()StringgetActors()StringgetDescription()org.jboss.errai.common.client.dom.HTMLElementgetElement()StringgetGroups()StringgetProcessDefinitionName()StringgetStageId()StringgetTaskName()voidhide()voidinit()voidinit(CaseActionsPresenter presenter)voidonAssignClick(org.jboss.errai.common.client.dom.MouseEvent event)voidonCancelClick(org.jboss.errai.common.client.dom.MouseEvent event)voidonCloseClick(org.jboss.errai.common.client.dom.MouseEvent event)voidsetProcessDefinitions(List<String> definitions)voidshow(org.jbpm.workbench.cm.util.CaseActionType caseActionType, org.uberfire.mvp.Command okCommand)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
init
public void init(CaseActionsPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>
-
show
public void show(org.jbpm.workbench.cm.util.CaseActionType caseActionType, org.uberfire.mvp.Command okCommand)- Specified by:
showin interfaceCaseActionsPresenter.NewActionView
-
hide
public void hide()
- Specified by:
hidein interfaceCaseActionsPresenter.NewActionView
-
addStages
public void addStages(List<org.jbpm.workbench.cm.model.CaseStageSummary> activeStages)
- Specified by:
addStagesin interfaceCaseActionsPresenter.NewActionView
-
getStageId
public String getStageId()
- Specified by:
getStageIdin interfaceCaseActionsPresenter.NewActionView
-
clearAllStages
public void clearAllStages()
- Specified by:
clearAllStagesin interfaceCaseActionsPresenter.NewActionView
-
setProcessDefinitions
public void setProcessDefinitions(List<String> definitions)
- Specified by:
setProcessDefinitionsin interfaceCaseActionsPresenter.NewActionView
-
clearAllProcessDefinitions
public void clearAllProcessDefinitions()
- Specified by:
clearAllProcessDefinitionsin interfaceCaseActionsPresenter.NewActionView
-
getTaskName
public String getTaskName()
- Specified by:
getTaskNamein interfaceCaseActionsPresenter.NewActionView
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceCaseActionsPresenter.NewActionView
-
getProcessDefinitionName
public String getProcessDefinitionName()
- Specified by:
getProcessDefinitionNamein interfaceCaseActionsPresenter.NewActionView
-
getActors
public String getActors()
- Specified by:
getActorsin interfaceCaseActionsPresenter.NewActionView
-
getGroups
public String getGroups()
- Specified by:
getGroupsin interfaceCaseActionsPresenter.NewActionView
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
onAssignClick
@EventHandler("addDynamicTask") public void onAssignClick(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
onCancelClick
@EventHandler("cancel") public void onCancelClick(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
onCloseClick
@EventHandler("close") public void onCloseClick(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
-