Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Field Summary

      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • 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
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Constructor Detail

      • ProcessDashboardView

        public ProcessDashboardView()
    • 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 interface ProcessDashboard.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)