@Dependent public class DataSetProcessInstanceListViewImpl extends AbstractMultiGridView<ProcessInstanceSummary,DataSetProcessInstanceListPresenter> implements DataSetProcessInstanceListPresenter.DataSetProcessInstanceListView
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_CORRELATIONKEY |
static String |
COLUMN_DURATION |
static String |
COLUMN_END |
static String |
COLUMN_EXTERNALID |
static String |
COLUMN_IDENTITY |
static String |
COLUMN_OUTCOME |
static String |
COLUMN_PARENTPROCESSINSTANCEID |
static String |
COLUMN_PROCESSID |
static String |
COLUMN_PROCESSINSTANCEDESCRIPTION |
static String |
COLUMN_PROCESSINSTANCEID |
static String |
COLUMN_PROCESSNAME |
static String |
COLUMN_PROCESSVERSION |
static String |
COLUMN_START |
static String |
COLUMN_STATUS |
static String |
PROCESS_INSTANCES_DATASET_ID |
static String |
PROCESS_INSTANCES_LIST_PREFIX |
createTabButton, currentGlobalPreferences, currentListGrid, FILTER_TABLE_SETTINGS, filterPagedTable, identity, noActionColumnManager, notification, placeManager, presenter, selectedItem, selectedRow, selectedStyles, selectionModel| Constructor and Description |
|---|
DataSetProcessInstanceListViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFilterOnPresenter(HashMap<String,Object> params) |
void |
applyFilterOnPresenter(String key) |
FilterSettings |
createTableSettingsPrototype() |
void |
formClosed(org.uberfire.client.workbench.events.BeforeClosePlaceEvent closed) |
int |
getRefreshValue() |
void |
init(DataSetProcessInstanceListPresenter presenter) |
void |
initColumns(ExtendedPagedTable<ProcessInstanceSummary> extendedPagedTable) |
void |
initDefaultFilters(org.uberfire.ext.services.shared.preferences.GridGlobalPreferences preferences,
com.github.gwtbootstrap.client.ui.Button createTabButton) |
void |
initExtraButtons(ExtendedPagedTable<ProcessInstanceSummary> extendedPagedTable) |
void |
initSelectionModel() |
void |
onProcessInstanceSelectionEvent(ProcessInstancesWithDetailsRequestEvent event) |
void |
restoreTabs() |
void |
saveRefreshValue(int newValue) |
createGridInstance, createRefreshToggleButton, displayNotification, getListGrid, getMultiGridPreferencesStore, getValidKeyForAdditionalListGrid, hideBusyIndicator, init, initGenericToolBar, onResize, showBusyIndicatorclaimElement, 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, waitdisplayNotification, getListGrid, hideBusyIndicator, showBusyIndicatorpublic static final String PROCESS_INSTANCES_LIST_PREFIX
public static final String PROCESS_INSTANCES_DATASET_ID
public static final String COLUMN_PROCESSINSTANCEID
public static final String COLUMN_PROCESSID
public static final String COLUMN_START
public static final String COLUMN_END
public static final String COLUMN_STATUS
public static final String COLUMN_PARENTPROCESSINSTANCEID
public static final String COLUMN_OUTCOME
public static final String COLUMN_DURATION
public static final String COLUMN_IDENTITY
public static final String COLUMN_PROCESSVERSION
public static final String COLUMN_PROCESSNAME
public static final String COLUMN_CORRELATIONKEY
public static final String COLUMN_EXTERNALID
public static final String COLUMN_PROCESSINSTANCEDESCRIPTION
public void init(DataSetProcessInstanceListPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<DataSetProcessInstanceListPresenter>public void initSelectionModel()
initSelectionModel in class AbstractMultiGridView<ProcessInstanceSummary,DataSetProcessInstanceListPresenter>public void initColumns(ExtendedPagedTable<ProcessInstanceSummary> extendedPagedTable)
initColumns in class AbstractMultiGridView<ProcessInstanceSummary,DataSetProcessInstanceListPresenter>public void initExtraButtons(ExtendedPagedTable<ProcessInstanceSummary> extendedPagedTable)
initExtraButtons in class AbstractMultiGridView<ProcessInstanceSummary,DataSetProcessInstanceListPresenter>public void onProcessInstanceSelectionEvent(@Observes
ProcessInstancesWithDetailsRequestEvent event)
public void formClosed(@Observes
org.uberfire.client.workbench.events.BeforeClosePlaceEvent closed)
public void initDefaultFilters(org.uberfire.ext.services.shared.preferences.GridGlobalPreferences preferences,
com.github.gwtbootstrap.client.ui.Button createTabButton)
initDefaultFilters in class AbstractMultiGridView<ProcessInstanceSummary,DataSetProcessInstanceListPresenter>public void applyFilterOnPresenter(String key)
applyFilterOnPresenter in interface DataSetProcessInstanceListPresenter.DataSetProcessInstanceListViewapplyFilterOnPresenter in class AbstractMultiGridView<ProcessInstanceSummary,DataSetProcessInstanceListPresenter>public FilterSettings createTableSettingsPrototype()
public int getRefreshValue()
getRefreshValue in interface DataSetProcessInstanceListPresenter.DataSetProcessInstanceListViewpublic void saveRefreshValue(int newValue)
saveRefreshValue in interface DataSetProcessInstanceListPresenter.DataSetProcessInstanceListViewpublic void restoreTabs()
restoreTabs in interface DataSetProcessInstanceListPresenter.DataSetProcessInstanceListViewCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.