Class EditRoleAssignmentViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseRolesPresenter>
-
- org.jbpm.workbench.cm.client.roles.EditRoleAssignmentViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>,org.jboss.errai.common.client.api.IsElement,CaseRolesPresenter.EditRoleAssignmentView,org.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>,org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
@Dependent @Templated public class EditRoleAssignmentViewImpl extends AbstractView<CaseRolesPresenter> implements CaseRolesPresenter.EditRoleAssignmentView
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description EditRoleAssignmentViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.cm.model.CaseRoleAssignmentSummarygetValue()voidhide()voidinit()voidinit(CaseRolesPresenter presenter)voidonAssignClick(org.jboss.errai.common.client.dom.MouseEvent event)voidonCancelClick(org.jboss.errai.common.client.dom.MouseEvent event)voidonCloseClick(org.jboss.errai.common.client.dom.MouseEvent event)voidsetErrorState()voidsetValue(org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary caseRoleAssignmentSummary)voidshow(org.uberfire.mvp.Command okCommand)voidshowValidationError(List<String> messages)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
tooltip
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
init
public void init(CaseRolesPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>- Overrides:
initin classAbstractView<CaseRolesPresenter>
-
getValue
public org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>
-
setValue
public void setValue(org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary caseRoleAssignmentSummary)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>
-
showValidationError
public void showValidationError(List<String> messages)
- Specified by:
showValidationErrorin interfaceCaseRolesPresenter.EditRoleAssignmentView
-
show
public void show(org.uberfire.mvp.Command okCommand)
- Specified by:
showin interfaceCaseRolesPresenter.EditRoleAssignmentView
-
hide
public void hide()
- Specified by:
hidein interfaceCaseRolesPresenter.EditRoleAssignmentView
-
setErrorState
public void setErrorState()
- Specified by:
setErrorStatein interfaceCaseRolesPresenter.EditRoleAssignmentView
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
onAssignClick
@EventHandler("assign") public void onAssignClick(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
onCancelClick
@EventHandler("cancel") public void onCancelClick(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
onCloseClick
@EventHandler("close") public void onCloseClick(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
-