Class ProcessDefinitionListViewImpl
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
- org.jbpm.workbench.pr.client.editors.definition.list.ProcessDefinitionListViewImpl
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsRenderable,com.google.gwt.user.client.ui.IsWidget,com.google.gwt.user.client.ui.RequiresResize,org.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>,org.jbpm.workbench.common.client.list.MultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>,ProcessDefinitionListPresenter.ProcessDefinitionListView,org.uberfire.client.mvp.HasPresenter<ProcessDefinitionListPresenter>,org.uberfire.client.mvp.UberView<ProcessDefinitionListPresenter>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Dependent @Templated(value="/org/jbpm/workbench/common/client/list/AbstractMultiGridView.html", stylesheet="/org/jbpm/workbench/common/client/resources/css/kie-manage.less") public class ProcessDefinitionListViewImpl extends org.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter> implements ProcessDefinitionListPresenter.ProcessDefinitionListView
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.errai.ioc.client.api.ManagedInstance<org.jbpm.workbench.common.client.util.ConditionalKebabActionCell>conditionalKebabActionCellprotected org.jbpm.workbench.common.preferences.ManagePreferencespreferences
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionListViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearBlockingError()voiddisplayBlockingError(String summary, String content)List<String>getBannedColumns()protected List<org.jbpm.workbench.common.client.util.ConditionalAction<org.jbpm.workbench.pr.model.ProcessSummary>>getConditionalActions()StringgetEmptyTableCaption()List<String>getInitColumns()protected booleanhasBulkActions()voidinitColumns(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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
-
-
-
-
Method Detail
-
displayBlockingError
public void displayBlockingError(String summary, String content)
- Specified by:
displayBlockingErrorin interfaceorg.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>- Overrides:
displayBlockingErrorin classorg.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
clearBlockingError
public void clearBlockingError()
- Specified by:
clearBlockingErrorin interfaceorg.jbpm.workbench.common.client.list.ListView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>- Overrides:
clearBlockingErrorin classorg.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:
initColumnsin classorg.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
getEmptyTableCaption
public String getEmptyTableCaption()
- Specified by:
getEmptyTableCaptionin classorg.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
getInitColumns
public List<String> getInitColumns()
- Specified by:
getInitColumnsin classorg.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
getBannedColumns
public List<String> getBannedColumns()
- Specified by:
getBannedColumnsin classorg.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:
getConditionalActionsin classorg.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
hasBulkActions
protected boolean hasBulkActions()
- Overrides:
hasBulkActionsin classorg.jbpm.workbench.common.client.list.AbstractMultiGridView<org.jbpm.workbench.pr.model.ProcessSummary,ProcessDefinitionListPresenter>
-
-