Interface AbstractTaskListPresenter.TaskListView<T extends AbstractTaskListPresenter>
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
,org.uberfire.client.mvp.HasPresenter<T>
,com.google.gwt.user.client.ui.IsWidget
,org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.ht.model.TaskSummary,T>
,org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.ht.model.TaskSummary,T>
,org.uberfire.client.mvp.UberView<T>
- All Known Implementing Classes:
AbstractTaskListView
,TaskAdminListViewImpl
,TaskListViewImpl
- Enclosing class:
- AbstractTaskListPresenter<V extends AbstractTaskListPresenter.TaskListView>
public static interface AbstractTaskListPresenter.TaskListView<T extends AbstractTaskListPresenter> extends org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.ht.model.TaskSummary,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDomainSpecifColumns(Set<String> columns)
void
removeDomainSpecifColumns()
-
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
-
-