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, setName
public 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)
Dashlet
getWallboardComponent
in interface Dashlet
getWallboardComponent
in class AbstractDashlet
ui
- The UI
which holds the component.public DashletComponent getDashboardComponent(com.vaadin.ui.UI ui)
getDashboardComponent
in interface Dashlet
getDashboardComponent
in class AbstractDashlet
public boolean isBoosted()
Dashlet
isBoosted
in interface Dashlet
isBoosted
in class AbstractDashlet
Copyright © 2021. All rights reserved.