| Package | Description | 
|---|---|
| org.sonar.api.web | 
| Modifier and Type | Method and Description | 
|---|---|
Dashboard.Widget | 
Dashboard.addWidget(String widgetId,
                  int columnId)
Add a widget with the given parameters, and return the newly created  
Dashboard.Widget object if one wants to add parameters to it. | 
Dashboard.Widget | 
Dashboard.Widget.setProperty(String key,
                      String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Dashboard.Widget> | 
Dashboard.getWidgets()  | 
List<Dashboard.Widget> | 
Dashboard.getWidgetsOfColumn(int columnId)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.