@Dependent @Templated public class NewActionViewImpl extends Object implements CaseActionsPresenter.NewActionView
Constructor and Description |
---|
NewActionViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addStages(List<CaseStageSummary> activeStages) |
void |
clearAllProcessDefinitions() |
void |
clearAllStages() |
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 |
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.NewActionView
public void hide()
hide
in interface CaseActionsPresenter.NewActionView
public void addStages(List<CaseStageSummary> activeStages)
addStages
in interface CaseActionsPresenter.NewActionView
public String getStageId()
getStageId
in interface CaseActionsPresenter.NewActionView
public void clearAllStages()
clearAllStages
in interface CaseActionsPresenter.NewActionView
public void setProcessDefinitions(List<String> definitions)
setProcessDefinitions
in interface CaseActionsPresenter.NewActionView
public void clearAllProcessDefinitions()
clearAllProcessDefinitions
in interface CaseActionsPresenter.NewActionView
public String getTaskName()
getTaskName
in interface CaseActionsPresenter.NewActionView
public String getDescription()
getDescription
in interface CaseActionsPresenter.NewActionView
public String getProcessDefinitionName()
getProcessDefinitionName
in interface CaseActionsPresenter.NewActionView
public String getActors()
getActors
in interface CaseActionsPresenter.NewActionView
public String getGroups()
getGroups
in interface CaseActionsPresenter.NewActionView
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
@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–2020 JBoss by Red Hat. All rights reserved.