public interface DashboardColumn
Modifier and Type | Method and Description |
---|---|
void |
addWidget(int index,
String widgetId) |
void |
addWidget(String widgetId) |
String |
getWidget(int index) |
int |
getWidgetCount() |
List<String> |
getWidgets() |
void |
removeWidget(String widgetId) |
void |
reorderWidget(int index,
String widgetId) |
Copyright © 2015. All rights reserved.