Interface CaseOverviewPresenter.CaseOverviewView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseOverviewPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CaseOverviewPresenter>
- All Known Implementing Classes:
CaseOverviewViewImpl
- Enclosing class:
- CaseOverviewPresenter
public static interface CaseOverviewPresenter.CaseOverviewView extends org.uberfire.client.mvp.UberElement<CaseOverviewPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCaseActions(String placeId, Map<String,String> properties)voidaddCaseActivities(String placeId, Map<String,String> properties)voidaddCaseComments(String placeId, Map<String,String> properties)voidaddCaseDetails(String placeId, Map<String,String> properties)voidaddCaseFiles(String placeId, Map<String,String> properties)voidaddCaseMilestones(String placeId, Map<String,String> properties)voidaddCaseRoles(String placeId, Map<String,String> properties)voidaddCaseStages(String placeId, Map<String,String> properties)voidsetCaseId(String caseId)voidsetCaseOwner(String caseOwner)voidsetCaseTitle(String title)
-