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 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(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)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(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:
initin 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:
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
-
-