public interface Dashboard extends Serializable
Widgets and allow to manipulatet them| Modifier and Type | Method and Description |
|---|---|
void |
addWidget(Widget widget) |
void |
deleteWidget(String widgetId) |
int |
getColumnCount() |
String |
getId() |
String |
getTitle() |
Widget |
getWidget(String widgetId) |
List<Widget> |
getWidgets() |
List<Widget> |
getWidgets(int column) |
void |
setColumnCount(int columnCount) |
void |
setTitle(String title) |
Copyright © 2025. All rights reserved.