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 DisplayerContainer
createChartContainer(Map<String,org.dashbuilder.displayer.client.Displayer> m, boolean showHeader)
protected DisplayerContainer
createMetricContainer(Map<String,org.dashbuilder.displayer.client.Displayer> m, boolean showHeader)
DashboardI18n
getI18nService()
void
hideBreadCrumb()
void
hideLoading()
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)
void
setHeaderText(String text)
void
showBreadCrumb(String processName)
void
showDashboard()
void
showInstances()
void
showLoading()
-
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:
init
in 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:
getI18nService
in interfaceAbstractDashboard.View
-
showLoading
public void showLoading()
- Specified by:
showLoading
in interfaceAbstractDashboard.View
-
hideLoading
public void hideLoading()
- Specified by:
hideLoading
in interfaceAbstractDashboard.View
-
setHeaderText
public void setHeaderText(String text)
- Specified by:
setHeaderText
in interfaceAbstractDashboard.View
-
showBreadCrumb
public void showBreadCrumb(String processName)
- Specified by:
showBreadCrumb
in interfaceAbstractDashboard.View
-
hideBreadCrumb
public void hideBreadCrumb()
- Specified by:
hideBreadCrumb
in interfaceAbstractDashboard.View
-
showDashboard
public void showDashboard()
- Specified by:
showDashboard
in interfaceAbstractDashboard.View
-
showInstances
public void showInstances()
- Specified by:
showInstances
in interfaceAbstractDashboard.View
-
-