Interface ProcessInstanceLogPresenter.ProcessInstanceLogView
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<ProcessInstanceLogPresenter>,com.google.gwt.user.client.ui.IsWidget,org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary,ProcessInstanceLogPresenter>,org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary,ProcessInstanceLogPresenter>,org.uberfire.client.mvp.UberView<ProcessInstanceLogPresenter>
- All Known Implementing Classes:
ProcessInstanceLogViewImpl
- Enclosing class:
- ProcessInstanceLogPresenter
public static interface ProcessInstanceLogPresenter.ProcessInstanceLogView extends org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary,ProcessInstanceLogPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhideLoadButton(boolean hidden)voidsetLogsList(List<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary> processInstanceLogSummaries)-
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
-
-
-
-
Method Detail
-
setLogsList
void setLogsList(List<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary> processInstanceLogSummaries)
-
hideLoadButton
void hideLoadButton(boolean hidden)
-
-