Class ProcessVariableListViewImpl
- 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.AbstractListView<org.jbpm.workbench.pr.model.ProcessVariableSummary,ProcessVariableListPresenter>
-
- org.jbpm.workbench.pr.client.editors.variables.list.ProcessVariableListViewImpl
-
- 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.ProcessVariableSummary,ProcessVariableListPresenter>,ProcessVariableListPresenter.ProcessVariableListView,org.uberfire.client.mvp.HasPresenter<ProcessVariableListPresenter>,org.uberfire.client.mvp.UberView<ProcessVariableListPresenter>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Dependent @Templated("/org/jbpm/workbench/common/client/list/AbstractListView.html") public class ProcessVariableListViewImpl extends org.jbpm.workbench.common.client.list.AbstractListView<org.jbpm.workbench.pr.model.ProcessVariableSummary,ProcessVariableListPresenter> implements ProcessVariableListPresenter.ProcessVariableListView
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classProcessVariableListViewImpl.EditVariableActionHasCellprotected classProcessVariableListViewImpl.VariableHistoryActionHasCell
-
Field Summary
Fields Modifier and Type Field Description static StringCOL_ID_ACTIONSVariableEditPopupvariableEditPopupVariableHistoryPopupvariableHistoryPopup
-
Constructor Summary
Constructors Constructor Description ProcessVariableListViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformClosed(org.jbpm.workbench.pr.events.ProcessInstancesUpdateEvent closed)voidinit(ProcessVariableListPresenter presenter)voidinitColumns(org.jbpm.workbench.common.client.list.ExtendedPagedTable extendedPagedTable)com.google.gwt.user.cellview.client.Column<org.jbpm.workbench.pr.model.ProcessVariableSummary,String>initProcessVariableTypeColumn()-
Methods inherited from class org.jbpm.workbench.common.client.list.AbstractListView
addNewTableToColumn, createListGrid, displayNotification, getListGrid, hideBusyIndicator, init, onResize, setPreferencesService, 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
-
-
-
-
Field Detail
-
COL_ID_ACTIONS
public static final String COL_ID_ACTIONS
- See Also:
- Constant Field Values
-
variableEditPopup
@Inject public VariableEditPopup variableEditPopup
-
variableHistoryPopup
@Inject public VariableHistoryPopup variableHistoryPopup
-
-
Method Detail
-
init
public void init(ProcessVariableListPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ProcessVariableListPresenter>
-
initColumns
public void initColumns(org.jbpm.workbench.common.client.list.ExtendedPagedTable extendedPagedTable)
- Specified by:
initColumnsin classorg.jbpm.workbench.common.client.list.AbstractListView<org.jbpm.workbench.pr.model.ProcessVariableSummary,ProcessVariableListPresenter>
-
initProcessVariableTypeColumn
public com.google.gwt.user.cellview.client.Column<org.jbpm.workbench.pr.model.ProcessVariableSummary,String> initProcessVariableTypeColumn()
-
formClosed
public void formClosed(@Observes org.jbpm.workbench.pr.events.ProcessInstancesUpdateEvent closed)
-
-