public interface DashboardModel
Modifier and Type | Method and Description |
---|---|
void |
addColumn(DashboardColumn column) |
DashboardColumn |
getColumn(int index) |
int |
getColumnCount() |
List<DashboardColumn> |
getColumns() |
void |
transferWidget(DashboardColumn fromColumn,
DashboardColumn toColumn,
String widgetId,
int index) |
void addColumn(DashboardColumn column)
List<DashboardColumn> getColumns()
int getColumnCount()
DashboardColumn getColumn(int index)
void transferWidget(DashboardColumn fromColumn, DashboardColumn toColumn, String widgetId, int index)
Copyright © 2015. All rights reserved.