public class UndefinedDashlet extends AbstractDashlet
Dashlet used for error conditions when the
 required Dashlet cannot be found.| Constructor and Description | 
|---|
UndefinedDashlet(String name,
                DashletSpec dashletSpec)
Constructor for instantiating this  
Dashlet | 
| 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 UndefinedDashlet(String name, DashletSpec dashletSpec)
DashletdashletSpec - the DashletSpec to usepublic DashletComponent getWallboardComponent(com.vaadin.ui.UI ui)
DashletgetWallboardComponent in interface DashletgetWallboardComponent in class AbstractDashletui - The UI which holds the component.public DashletComponent getDashboardComponent(com.vaadin.ui.UI ui)
getDashboardComponent in interface DashletgetDashboardComponent in class AbstractDashletCopyright © 2021. All rights reserved.