public class BSMDashlet extends AbstractDashlet
| Constructor and Description | 
|---|
BSMDashlet(String name,
          DashletSpec dashletSpec,
          BusinessServiceManager businessServiceManager,
          TransactionAwareBeanProxyFactory transactionAwareBeanProxyFactory)
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 
 | 
boolean | 
isBoosted()
Checks whether this dashlet is boosted. 
 | 
getDashletSpec, getName, setDashletSpec, setNamepublic BSMDashlet(String name, DashletSpec dashletSpec, BusinessServiceManager businessServiceManager, TransactionAwareBeanProxyFactory transactionAwareBeanProxyFactory)
dashletSpec - the DashletSpec to be usedbusinessServiceManager - the BusinessServiceManager 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 AbstractDashletpublic boolean isBoosted()
DashletisBoosted in interface DashletisBoosted in class AbstractDashletCopyright © 2021. All rights reserved.