public interface DashboardDisplayer extends Lookup.Provider
DashboardWidget
s registered in a particular category. This module
contains a default displayer to handle widgets registered in
Dashboard/Main
. Alternative displayer implementations may be
registered in the default Lookup
to override the default.Modifier and Type | Interface and Description |
---|---|
static interface |
DashboardDisplayer.Panel
A panel implementation provides the link between a dashboard displayer
and each display of a widget.
|
static class |
DashboardDisplayer.WidgetReference
A reference linking a widget to a particular display registration.
|
Modifier and Type | Method and Description |
---|---|
void |
show(String category,
List<DashboardDisplayer.WidgetReference> widgets)
Show the widgets from the provided category.
|
getLookup
void show(String category, List<DashboardDisplayer.WidgetReference> widgets)
category
- category being displayedwidgets
- list of widget references