@Dependent @Templated public class EditRoleAssignmentViewImpl extends AbstractView<CaseRolesPresenter> implements CaseRolesPresenter.EditRoleAssignmentView
presenter
Constructor and Description |
---|
EditRoleAssignmentViewImpl() |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CaseRoleAssignmentSummary |
getValue() |
void |
hide() |
void |
init() |
void |
init(CaseRolesPresenter 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 |
setErrorState() |
void |
setValue(CaseRoleAssignmentSummary caseRoleAssignmentSummary) |
void |
show(org.uberfire.mvp.Command okCommand) |
void |
showValidationError(List<String> messages) |
tooltip
@PostConstruct public void init()
public void init(CaseRolesPresenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>
init
in class AbstractView<CaseRolesPresenter>
public CaseRoleAssignmentSummary getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<CaseRoleAssignmentSummary>
public void setValue(CaseRoleAssignmentSummary caseRoleAssignmentSummary)
setValue
in interface com.google.gwt.user.client.TakesValue<CaseRoleAssignmentSummary>
public void showValidationError(List<String> messages)
showValidationError
in interface CaseRolesPresenter.EditRoleAssignmentView
public void show(org.uberfire.mvp.Command okCommand)
show
in interface CaseRolesPresenter.EditRoleAssignmentView
public void hide()
hide
in interface CaseRolesPresenter.EditRoleAssignmentView
public void setErrorState()
setErrorState
in interface CaseRolesPresenter.EditRoleAssignmentView
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
@EventHandler(value="assign") 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.