@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<String> definitions) |
void |
setOwner(String owner) |
void |
setRoles(List<CaseRoleAssignmentSummary> roles) |
void |
show() |
void |
showError(List<String> messages) |
init, tooltip
@PostConstruct public void init()
public void show()
show
in interface NewCaseInstancePresenter.NewCaseInstanceView
public void hide()
hide
in interface NewCaseInstancePresenter.NewCaseInstanceView
public void clearCaseDefinitions()
clearCaseDefinitions
in interface NewCaseInstancePresenter.NewCaseInstanceView
public void clearRoles()
clearRoles
in interface NewCaseInstancePresenter.NewCaseInstanceView
public void setCaseDefinitions(List<String> definitions)
setCaseDefinitions
in interface NewCaseInstancePresenter.NewCaseInstanceView
public void setRoles(List<CaseRoleAssignmentSummary> roles)
setRoles
in interface NewCaseInstancePresenter.NewCaseInstanceView
public void cleanForm()
public void showError(List<String> messages)
showError
in interface NewCaseInstancePresenter.NewCaseInstanceView
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public 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–2017 JBoss by Red Hat. All rights reserved.