@Dependent public class ProcessVariableListViewImpl extends AbstractListView<ProcessVariableSummary,ProcessVariableListPresenter> implements ProcessVariableListPresenter.ProcessVariableListView
| Modifier and Type | Class and Description |
|---|---|
protected class |
ProcessVariableListViewImpl.EditVariableActionHasCell |
protected class |
ProcessVariableListViewImpl.VariableHistoryActionHasCell |
AbstractListView.BasicListView<T extends GenericSummary>, AbstractListView.ListView<T extends GenericSummary,V>| Modifier and Type | Field and Description |
|---|---|
static String |
COL_ID_ACTIONS |
static String |
COL_ID_LASTMOD |
static String |
COL_ID_VARID |
static String |
COL_ID_VARTYPE |
static String |
COL_ID_VARVALUE |
VariableEditPopup |
variableEditPopup |
VariableHistoryPopup |
variableHistoryPopup |
identity, listGrid, noActionColumnManager, notification, placeManager, presenter, selectedItem, selectedRow, selectedStyles, selectionModel| Constructor and Description |
|---|
ProcessVariableListViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
formClosed(ProcessInstancesUpdateEvent closed) |
void |
init(ProcessVariableListPresenter presenter) |
void |
initColumns(ExtendedPagedTable extendedPagedTable) |
com.google.gwt.user.cellview.client.Column<ProcessVariableSummary,String> |
initProcessVariableTypeColumn() |
displayNotification, getListGrid, hideBusyIndicator, init, onResize, 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, waitdisplayNotification, getListGrid, hideBusyIndicator, showBusyIndicator, showRestoreDefaultFilterConfirmationPopuppublic static final String COL_ID_VARID
public static final String COL_ID_VARVALUE
public static final String COL_ID_VARTYPE
public static final String COL_ID_LASTMOD
public static final String COL_ID_ACTIONS
@Inject public VariableEditPopup variableEditPopup
@Inject public VariableHistoryPopup variableHistoryPopup
public void init(ProcessVariableListPresenter presenter)
init in interface ProcessVariableListPresenter.ProcessVariableListViewinit in interface org.uberfire.client.mvp.UberView<ProcessVariableListPresenter>public void initColumns(ExtendedPagedTable extendedPagedTable)
initColumns in class AbstractListView<ProcessVariableSummary,ProcessVariableListPresenter>public com.google.gwt.user.cellview.client.Column<ProcessVariableSummary,String> initProcessVariableTypeColumn()
public void formClosed(@Observes
ProcessInstancesUpdateEvent closed)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.