Class ProcessDefinitionListViewImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.jboss.errai.ioc.client.api.ManagedInstance<org.jbpm.workbench.common.client.util.ConditionalKebabActionCell> conditionalKebabActionCell  
      protected org.jbpm.workbench.common.preferences.ManagePreferences preferences  
      • Fields inherited from class org.jbpm.workbench.common.client.list.AbstractMultiGridView

        ACTIONS_COLUMN_WIDTH, alert, CHECK_COLUMN_WIDTH, COL_ID_ACTIONS, COL_ID_SELECT, column, ERROR_COLUMN_WIDTH, filters, listTable, notification, placeManager, presenter, userPreferencesService
      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearBlockingError()  
      void displayBlockingError​(String summary, String content)  
      List<String> getBannedColumns()  
      protected List<org.jbpm.workbench.common.client.util.ConditionalAction<org.jbpm.workbench.pr.model.ProcessSummary>> getConditionalActions()  
      String getEmptyTableCaption()  
      List<String> getInitColumns()  
      protected boolean hasBulkActions()  
      void initColumns​(org.jbpm.workbench.common.client.list.ListTable<org.jbpm.workbench.pr.model.ProcessSummary> extendedPagedTable)  
      • Methods inherited from class org.jbpm.workbench.common.client.list.AbstractMultiGridView

        addActiveFilter, addColumnSortHandler, addDomainSpecifColumns, addNewTableToColumn, controlBulkOperations, createNumberColumn, createTextColumn, displayNotification, enableWidgets, existsColumnWithSameName, getBulkActionsItems, getListGrid, getSortColumn, hideBusyIndicator, init, initActionsColumn, initBulkActions, initChecksColumn, initGenericColumn, initSelectionModel, isColumnAdded, isSortAscending, loadListTable, onResize, reloadColumnSortList, removeActiveFilter, removeAllActiveFilters, removeDomainSpecifColumns, renameVariables, setSaveFilterCallback, setUserPreferencesService, showBusyIndicator
      • Methods inherited from class com.google.gwt.user.client.ui.Composite

        claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
      • Methods inherited from class com.google.gwt.user.client.ui.Widget

        addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
      • Methods inherited from class com.google.gwt.user.client.ui.UIObject

        addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
      • 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

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

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

      • preferences

        @Inject
        protected org.jbpm.workbench.common.preferences.ManagePreferences preferences
      • conditionalKebabActionCell

        @Inject
        protected org.jboss.errai.ioc.client.api.ManagedInstance<org.jbpm.workbench.common.client.util.ConditionalKebabActionCell> conditionalKebabActionCell
    • Constructor Detail

      • ProcessDefinitionListViewImpl

        public ProcessDefinitionListViewImpl()
    • Method Detail

      • displayBlockingError

        public void displayBlockingError​(String summary,
                                         String content)
        Specified by:
        displayBlockingError in interface org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
        Overrides:
        displayBlockingError in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • clearBlockingError

        public void clearBlockingError()
        Specified by:
        clearBlockingError in interface org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
        Overrides:
        clearBlockingError in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • initColumns

        public void initColumns​(org.jbpm.workbench.common.client.list.ListTable<org.jbpm.workbench.pr.model.ProcessSummary> extendedPagedTable)
        Specified by:
        initColumns in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • getEmptyTableCaption

        public String getEmptyTableCaption()
        Specified by:
        getEmptyTableCaption in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • getInitColumns

        public List<String> getInitColumns()
        Specified by:
        getInitColumns in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • getBannedColumns

        public List<String> getBannedColumns()
        Specified by:
        getBannedColumns in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • getConditionalActions

        protected List<org.jbpm.workbench.common.client.util.ConditionalAction<org.jbpm.workbench.pr.model.ProcessSummary>> getConditionalActions()
        Specified by:
        getConditionalActions in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>
      • hasBulkActions

        protected boolean hasBulkActions()
        Overrides:
        hasBulkActions in class org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,​ProcessDefinitionListPresenter>