Interface CaseRolesPresenter.EditRoleAssignmentView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>,org.jboss.errai.common.client.api.IsElement,com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>,org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
- All Known Implementing Classes:
EditRoleAssignmentViewImpl
- Enclosing class:
- CaseRolesPresenter
public static interface CaseRolesPresenter.EditRoleAssignmentView extends org.uberfire.client.mvp.UberElement<CaseRolesPresenter>, com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()voidsetErrorState()voidshow(org.uberfire.mvp.Command command)voidshowValidationError(List<String> messages)
-