Search in sources :

Example 1 with CaseWorkItemsTableWithDetailsPanel

use of com.evolveum.midpoint.web.page.admin.cases.CaseWorkItemsTableWithDetailsPanel in project midpoint by Evolveum.

the class CaseWorkitemsPanel method initLayout.

protected void initLayout() {
    setOutputMarkupId(true);
    PrismContainerWrapperModel<CaseType, CaseWorkItemType> workitemsModel = PrismContainerWrapperModel.fromContainerWrapper(getObjectWrapperModel(), CaseType.F_WORK_ITEM);
    add(new CaseWorkItemsTableWithDetailsPanel(ID_WORKITEMS_PANEL, workitemsModel) {

        private static final long serialVersionUID = 1L;

        @Override
        protected UserProfileStorage.TableId getTableId() {
            return UserProfileStorage.TableId.PAGE_CASE_WORKITEMS_TAB;
        }
    });
}
Also used : CaseType(com.evolveum.midpoint.xml.ns._public.common.common_3.CaseType) CaseWorkItemType(com.evolveum.midpoint.xml.ns._public.common.common_3.CaseWorkItemType) CaseWorkItemsTableWithDetailsPanel(com.evolveum.midpoint.web.page.admin.cases.CaseWorkItemsTableWithDetailsPanel)

Aggregations

CaseWorkItemsTableWithDetailsPanel (com.evolveum.midpoint.web.page.admin.cases.CaseWorkItemsTableWithDetailsPanel)1 CaseType (com.evolveum.midpoint.xml.ns._public.common.common_3.CaseType)1 CaseWorkItemType (com.evolveum.midpoint.xml.ns._public.common.common_3.CaseWorkItemType)1