Class TaskDashboardView
- 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.TaskDashboardView
-
- 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
,TaskDashboard.View
@Dependent public class TaskDashboardView extends com.google.gwt.user.client.ui.Composite implements TaskDashboard.View
-
-
Constructor Summary
Constructors Constructor Description TaskDashboardView()
-
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(TaskDashboard presenter, org.dashbuilder.displayer.client.Displayer totalMetric, org.dashbuilder.displayer.client.Displayer createdMetric, org.dashbuilder.displayer.client.Displayer readyMetric, org.dashbuilder.displayer.client.Displayer reservedMetric, org.dashbuilder.displayer.client.Displayer inProgressMetric, org.dashbuilder.displayer.client.Displayer suspendedMetric, org.dashbuilder.displayer.client.Displayer completedMetric, org.dashbuilder.displayer.client.Displayer failedMetric, org.dashbuilder.displayer.client.Displayer errorMetric, org.dashbuilder.displayer.client.Displayer exitedMetric, org.dashbuilder.displayer.client.Displayer obsoleteMetric, org.dashbuilder.displayer.client.Displayer tasksByProcess, org.dashbuilder.displayer.client.Displayer tasksByOwner, org.dashbuilder.displayer.client.Displayer tasksByCreationDate, org.dashbuilder.displayer.client.Displayer tasksByEndDate, org.dashbuilder.displayer.client.Displayer tasksByRunningTime, org.dashbuilder.displayer.client.Displayer tasksByStatus, org.dashbuilder.displayer.client.Displayer tasksTable)
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(TaskDashboard presenter, org.dashbuilder.displayer.client.Displayer totalMetric, org.dashbuilder.displayer.client.Displayer createdMetric, org.dashbuilder.displayer.client.Displayer readyMetric, org.dashbuilder.displayer.client.Displayer reservedMetric, org.dashbuilder.displayer.client.Displayer inProgressMetric, org.dashbuilder.displayer.client.Displayer suspendedMetric, org.dashbuilder.displayer.client.Displayer completedMetric, org.dashbuilder.displayer.client.Displayer failedMetric, org.dashbuilder.displayer.client.Displayer errorMetric, org.dashbuilder.displayer.client.Displayer exitedMetric, org.dashbuilder.displayer.client.Displayer obsoleteMetric, org.dashbuilder.displayer.client.Displayer tasksByProcess, org.dashbuilder.displayer.client.Displayer tasksByOwner, org.dashbuilder.displayer.client.Displayer tasksByCreationDate, org.dashbuilder.displayer.client.Displayer tasksByEndDate, org.dashbuilder.displayer.client.Displayer tasksByRunningTime, org.dashbuilder.displayer.client.Displayer tasksByStatus, org.dashbuilder.displayer.client.Displayer tasksTable)
- Specified by:
init
in interfaceTaskDashboard.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
-
-