| Interface | Description |
|---|---|
| Dashboard |
Dashboards stores collection of
Widgets and allow to manipulatet them |
| DashboardPersister |
DashboardPersister is an service which allow to save current Dashboard and load from underling storage |
| Widget | |
| WidgetAction |
Interface for actions that can be performed over a widget
|
| WidgetActionsFactory |
Interface for a service which can provide a list of
WidgetAction per widget |
| WidgetDescriptor |
Widget definition descriptor.
|
| WidgetFactory |
Factory to create a widget according to
WidgetDescriptor |
| WidgetRegistry |
Central registry for
WidgetDescriptors |
| Class | Description |
|---|---|
| AbstractWidget |
Abstract stub implementation for
Widget to simplify defining of
actual widgets |
| DashboardContextInitializer |
Wicket-dashboard
IInitializer. |
| DashboardUtils | |
| DefaultDashboard |
Default
Dashboard implementation. |
| DefaultWidgetActionsFactory |
Default
WidgetActionsFactory which provide common actions like:
Refresh
View settings
Delete an widget from a dashboard
|
| DefaultWidgetFactory |
Default
WidgetFactory which creates a widget by specified widget class name |
| DefaultWidgetRegistry |
Default
WidgetRegistry implementation. |
| WidgetComparator | |
| WidgetLocation |
Container for a widget location on a screen: column + row
|
| XStreamDashboardPersister |
Default
DashboardPersister
Persists a dashboard in specified file. |
Copyright © 2025. All rights reserved.