Uses of Class
org.sonar.api.web.DashboardLayout

Packages that use DashboardLayout
org.sonar.api.web   
 

Uses of DashboardLayout in org.sonar.api.web
 

Methods in org.sonar.api.web that return DashboardLayout
 DashboardLayout Dashboard.getLayout()
          Returns the layout.
static DashboardLayout DashboardLayout.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DashboardLayout[] DashboardLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.web with parameters of type DashboardLayout
 Dashboard Dashboard.setLayout(DashboardLayout dl)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.