public interface Dashlet
| Modifier and Type | Method and Description | 
|---|---|
DashletComponent | 
getDashboardComponent(com.vaadin.ui.UI ui)  | 
DashletSpec | 
getDashletSpec()  | 
String | 
getName()
This method returns the name of this dashlet. 
 | 
DashletComponent | 
getWallboardComponent(com.vaadin.ui.UI ui)
Updates the dashlet contents and computes new boosted state 
 | 
boolean | 
isBoosted()
Checks whether this dashlet is boosted. 
 | 
String getName()
DashletSpec getDashletSpec()
boolean isBoosted()
DashletComponent getWallboardComponent(com.vaadin.ui.UI ui)
ui - The UI which holds the component.DashletComponent getDashboardComponent(com.vaadin.ui.UI ui)
Copyright © 2021. All rights reserved.