public class UrlDashlet extends AbstractDashlet
Dashlet for displaying an external URL.| Constructor and Description | 
|---|
UrlDashlet(String name,
          DashletSpec dashletSpec)
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 UrlDashlet(String name, DashletSpec dashletSpec)
dashletSpec - the DashletSpec to be usedpublic 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 © 2020. All rights reserved.