@Dependent @Templated public class NewCaseInstanceViewImpl extends AbstractView<NewCaseInstancePresenter> implements NewCaseInstancePresenter.NewCaseInstanceView
presenter| Constructor and Description |
|---|
NewCaseInstanceViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanForm() |
void |
clearCaseDefinitions() |
void |
clearRoles() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
init() |
void |
onCancelClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCaseChanged(org.jboss.errai.common.client.dom.Event event) |
void |
onCloseClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCreateClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
setCaseDefinitions(List<CaseDefinitionSummary> definitions) |
void |
setOwner(String owner) |
void |
setRoles(List<CaseRoleAssignmentSummary> roles) |
void |
show() |
void |
showCaseOwnerError(String message) |
void |
showError(List<String> messages) |
init, tooltip@PostConstruct public void init()
public void show()
show in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void hide()
hide in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void clearCaseDefinitions()
clearCaseDefinitions in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void setCaseDefinitions(List<CaseDefinitionSummary> definitions)
setCaseDefinitions in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void clearRoles()
clearRoles in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void setRoles(List<CaseRoleAssignmentSummary> roles)
setRoles in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void cleanForm()
public void showError(List<String> messages)
showError in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic void showCaseOwnerError(String message)
showCaseOwnerError in interface NewCaseInstancePresenter.NewCaseInstanceViewpublic org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void setOwner(String owner)
setOwner in interface NewCaseInstancePresenter.NewCaseInstanceView@EventHandler(value="start")
public void onCreateClick(@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)
@EventHandler(value="definition-name-select")
public void onCaseChanged(@ForEvent(value="change")
org.jboss.errai.common.client.dom.Event event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.