| Package | Description |
|---|---|
| org.wicketstuff.dashboard | |
| org.wicketstuff.dashboard.web |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDashboard
Default
Dashboard implementation. |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardPersister.load() |
Dashboard |
XStreamDashboardPersister.load() |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardPersister.save(Dashboard dashboard) |
void |
XStreamDashboardPersister.save(Dashboard dashboard) |
static void |
DashboardUtils.updateWidgetLocations(Dashboard dashboard,
DashboardEvent dashboardEvent) |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardPanel.getDashboard() |
| Modifier and Type | Method and Description |
|---|---|
Widget |
WidgetModel.load(Dashboard parentObject) |
| Constructor and Description |
|---|
DashboardPanel(String id,
IModel<Dashboard> model) |
WidgetModel(IModel<Dashboard> dashboardModel,
String widgetId) |
Copyright © 2025. All rights reserved.