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