@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.UberElement<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 setCaseStagesList(List<CaseStageSummary> caseStagesList)
setCaseStagesList
in interface CaseActionsPresenter.NewActionView
public String getStageId()
getStageId
in interface CaseActionsPresenter.NewActionView
public void setProcessDefinitions(List<String> definitions)
setProcessDefinitions
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
public 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–2017 JBoss by Red Hat. All rights reserved.