Class ProcessDashboardView
- 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.dashboard.renderer.client.panel.ProcessDashboardView
-
- 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,AbstractDashboard.View,ProcessDashboard.View
@Dependent public class ProcessDashboardView extends com.google.gwt.user.client.ui.Composite implements ProcessDashboard.View
-
-
Constructor Summary
Constructors Constructor Description ProcessDashboardView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DisplayerContainercreateChartContainer(Map<String,org.dashbuilder.displayer.client.Displayer> m, boolean showHeader)protected DisplayerContainercreateMetricContainer(Map<String,org.dashbuilder.displayer.client.Displayer> m, boolean showHeader)DashboardI18ngetI18nService()voidhideBreadCrumb()voidhideLoading()voidinit(ProcessDashboard presenter, org.dashbuilder.displayer.client.Displayer totalMetric, org.dashbuilder.displayer.client.Displayer activeMetric, org.dashbuilder.displayer.client.Displayer pendingMetric, org.dashbuilder.displayer.client.Displayer suspendedMetric, org.dashbuilder.displayer.client.Displayer abortedMetric, org.dashbuilder.displayer.client.Displayer completedMetric, org.dashbuilder.displayer.client.Displayer processesByType, org.dashbuilder.displayer.client.Displayer processesByUser, org.dashbuilder.displayer.client.Displayer processesByStartDate, org.dashbuilder.displayer.client.Displayer processesByEndDate, org.dashbuilder.displayer.client.Displayer processesByRunningTime, org.dashbuilder.displayer.client.Displayer processesByVersion, org.dashbuilder.displayer.client.Displayer processesTable)voidsetHeaderText(String text)voidshowBreadCrumb(String processName)voidshowDashboard()voidshowInstances()voidshowLoading()-
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
-
-
-
-
Method Detail
-
init
public void init(ProcessDashboard presenter, org.dashbuilder.displayer.client.Displayer totalMetric, org.dashbuilder.displayer.client.Displayer activeMetric, org.dashbuilder.displayer.client.Displayer pendingMetric, org.dashbuilder.displayer.client.Displayer suspendedMetric, org.dashbuilder.displayer.client.Displayer abortedMetric, org.dashbuilder.displayer.client.Displayer completedMetric, org.dashbuilder.displayer.client.Displayer processesByType, org.dashbuilder.displayer.client.Displayer processesByUser, org.dashbuilder.displayer.client.Displayer processesByStartDate, org.dashbuilder.displayer.client.Displayer processesByEndDate, org.dashbuilder.displayer.client.Displayer processesByRunningTime, org.dashbuilder.displayer.client.Displayer processesByVersion, org.dashbuilder.displayer.client.Displayer processesTable)
- Specified by:
initin interfaceProcessDashboard.View
-
createMetricContainer
protected DisplayerContainer createMetricContainer(Map<String,org.dashbuilder.displayer.client.Displayer> m, boolean showHeader)
-
createChartContainer
protected DisplayerContainer createChartContainer(Map<String,org.dashbuilder.displayer.client.Displayer> m, boolean showHeader)
-
getI18nService
public DashboardI18n getI18nService()
- Specified by:
getI18nServicein interfaceAbstractDashboard.View
-
showLoading
public void showLoading()
- Specified by:
showLoadingin interfaceAbstractDashboard.View
-
hideLoading
public void hideLoading()
- Specified by:
hideLoadingin interfaceAbstractDashboard.View
-
setHeaderText
public void setHeaderText(String text)
- Specified by:
setHeaderTextin interfaceAbstractDashboard.View
-
showBreadCrumb
public void showBreadCrumb(String processName)
- Specified by:
showBreadCrumbin interfaceAbstractDashboard.View
-
hideBreadCrumb
public void hideBreadCrumb()
- Specified by:
hideBreadCrumbin interfaceAbstractDashboard.View
-
showDashboard
public void showDashboard()
- Specified by:
showDashboardin interfaceAbstractDashboard.View
-
showInstances
public void showInstances()
- Specified by:
showInstancesin interfaceAbstractDashboard.View
-
-