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
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface org.jbpm.workbench.common.client.list.ListView

        clearBlockingError, displayBlockingError, displayNotification, getListGrid
      • Methods inherited from interface org.jbpm.workbench.common.client.list.MultiGridView

        addActiveFilter, getSortColumn, isSortAscending, loadListTable, removeActiveFilter, removeAllActiveFilters, setSaveFilterCallback
    • Method Detail

      • addDomainSpecifColumns

        void addDomainSpecifColumns​(Set<String> columns)
      • removeDomainSpecifColumns

        void removeDomainSpecifColumns()