public class RrdDashlet extends AbstractDashlet
Dashlet for displaying a Rrd graph.| Constructor and Description | 
|---|
RrdDashlet(String name,
          DashletSpec dashletSpec,
          RrdGraphHelper rrdGraphHelper)
Constructor for instantiating new objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DashletComponent | 
getDashboardComponent(com.vaadin.ui.UI ui)  | 
DashletComponent | 
getWallboardComponent(com.vaadin.ui.UI ui)
Updates the dashlet contents and computes new boosted state 
 | 
getDashletSpec, getName, isBoosted, setDashletSpec, setNamepublic RrdDashlet(String name, DashletSpec dashletSpec, RrdGraphHelper rrdGraphHelper)
name - the name of the dashletdashletSpec - the DashletSpec to be usedrrdGraphHelper - the rrd graph helper instancepublic DashletComponent getDashboardComponent(com.vaadin.ui.UI ui)
getDashboardComponent in interface DashletgetDashboardComponent in class AbstractDashletpublic DashletComponent getWallboardComponent(com.vaadin.ui.UI ui)
DashletgetWallboardComponent in interface DashletgetWallboardComponent in class AbstractDashletui - The UI which holds the component.Copyright © 2020. All rights reserved.