public static interface DashboardDisplayer.Panel extends Lookup.Provider
The lookup provided by the panel will usually be the same as, or an
extension of, the dashboard displayer lookup. It might be used to provide
contextual dashboards for a particular context. If the widget needs
access to the context in which the widget was registered (eg. the shadow
file in Dashboard/Main
) then it should use the lookup from the
DashboardDisplayer.Panel.widgetReference()
.
Modifier and Type | Method and Description |
---|---|
String |
id()
The unique id reference for this display of this widget.
|
void |
refresh()
Mark this widget rendering as invalid.
|
DashboardDisplayer.WidgetReference |
widgetReference()
Access the widget reference for this panel.
|
getLookup
DashboardDisplayer.WidgetReference widgetReference()
FileObject
).String id()
Main/Widget1
.void refresh()