@Dependent public class TaskListViewImpl extends AbstractMultiGridView<TaskSummary,TaskListPresenter> implements AbstractTaskListPresenter.TaskListView<TaskListPresenter>
| Modifier and Type | Class and Description |
|---|---|
protected class |
TaskListViewImpl.ClaimActionHasCell |
protected class |
TaskListViewImpl.CompleteActionHasCell |
protected class |
TaskListViewImpl.ReleaseActionHasCell |
| Modifier and Type | Field and Description |
|---|---|
static String |
COL_ID_ACTIONS |
static String |
DATA_SET_TASK_LIST_PREFIX |
actionsColumn, createTabButton, currentGlobalPreferences, currentListGrid, FILTER_TABLE_SETTINGS, filterPagedTable, identity, noActionColumnManager, notification, placeManager, presenter, selectedItem, selectedRow, selectedStyles, selectionModel, USER_DEFINED| Constructor and Description |
|---|
TaskListViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDomainSpecifColumns(ExtendedPagedTable<TaskSummary> extendedPagedTable,
Set<String> columns) |
FilterSettings |
createTableSettingsPrototype() |
FilterSettings |
getVariablesTableSettings(String taskName) |
void |
init(TaskListPresenter presenter) |
void |
initColumns(ExtendedPagedTable extendedPagedTable) |
void |
initDefaultFilters(org.uberfire.ext.services.shared.preferences.GridGlobalPreferences preferences,
org.gwtbootstrap3.client.ui.Button createTabButton) |
void |
initSelectionModel() |
void |
resetDefaultFilterTitleAndDescription() |
void |
setSelectedTask(TaskSummary selectedTask) |
applyFilterOnPresenter, applyFilterOnPresenter, createGridInstance, createNumberColumn, createTextColumn, displayNotification, getFilterPagedTable, getListGrid, getMultiGridPreferencesStore, getRefreshValue, getValidKeyForAdditionalListGrid, hideBusyIndicator, init, initExtraButtons, initGenericToolBar, loadGridInstance, onResize, restoreTabs, saveRefreshValue, saveTabSettings, selectFirstTabAndEnableQueries, setFilterPagedTable, setIdentity, setPreferencesService, showBusyIndicator, showRestoreDefaultFilterConfirmationPopupclaimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyFilterOnPresenter, getRefreshValue, saveRefreshValuedisplayNotification, getListGrid, hideBusyIndicator, showBusyIndicator, showRestoreDefaultFilterConfirmationPopuppublic static final String DATA_SET_TASK_LIST_PREFIX
public static final String COL_ID_ACTIONS
public void init(TaskListPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<TaskListPresenter>public void initSelectionModel()
initSelectionModel in class AbstractMultiGridView<TaskSummary,TaskListPresenter>public void initColumns(ExtendedPagedTable extendedPagedTable)
initColumns in class AbstractMultiGridView<TaskSummary,TaskListPresenter>public void initDefaultFilters(org.uberfire.ext.services.shared.preferences.GridGlobalPreferences preferences,
org.gwtbootstrap3.client.ui.Button createTabButton)
initDefaultFilters in class AbstractMultiGridView<TaskSummary,TaskListPresenter>public FilterSettings createTableSettingsPrototype()
public void addDomainSpecifColumns(ExtendedPagedTable<TaskSummary> extendedPagedTable, Set<String> columns)
addDomainSpecifColumns in interface AbstractTaskListPresenter.TaskListView<TaskListPresenter>public FilterSettings getVariablesTableSettings(String taskName)
getVariablesTableSettings in interface AbstractTaskListPresenter.TaskListView<TaskListPresenter>public void resetDefaultFilterTitleAndDescription()
resetDefaultFilterTitleAndDescription in class AbstractMultiGridView<TaskSummary,TaskListPresenter>public void setSelectedTask(TaskSummary selectedTask)
setSelectedTask in interface AbstractTaskListPresenter.TaskListView<TaskListPresenter>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.