Interface CaseRolesPresenter.CaseRolesView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
- All Known Implementing Classes:
CaseRolesViewImpl
- Enclosing class:
- CaseRolesPresenter
public static interface CaseRolesPresenter.CaseRolesView extends org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplayCaseRolesList(List<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary> caseRolesList)voiddisplayEmptyList()StringgetFilterValue()voidremoveAllRoles()voidsetBadge(int caseRolesNumber)
-