Interface ProcessInstanceListPresenter.ProcessInstanceListView
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<ProcessInstanceListPresenter>,com.google.gwt.user.client.ui.IsWidget,org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessInstanceSummary,ProcessInstanceListPresenter>,org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.pr.model.ProcessInstanceSummary,ProcessInstanceListPresenter>,org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter>
- All Known Implementing Classes:
ProcessInstanceListViewImpl
- Enclosing class:
- ProcessInstanceListPresenter
public static interface ProcessInstanceListPresenter.ProcessInstanceListView extends org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.pr.model.ProcessInstanceSummary,ProcessInstanceListPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDomainSpecifColumns(Set<String> columns)voidremoveDomainSpecifColumns()-
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
-
-