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

Packages that use Filter
org.sonar.api.web   
 

Uses of Filter in org.sonar.api.web
 

Methods in org.sonar.api.web that return Filter
 Filter Filter.add(Criterion criterion)
          Add a Criterion to the list used to narrow down the results of this Filter.
 Filter Filter.add(FilterColumn column)
          Add a FilterColumn to the list of columns displayed by this Filter.
static Filter Filter.create()
          Creates a new Filter.
abstract  Filter FilterTemplate.createFilter()
          Returns the Filter object that represents the filter to use.
 Filter Filter.setDisplayAs(String displayAs)
          Set the type of display used by this Filter.
 Filter Filter.setFavouritesOnly(boolean favouritesOnly)
          The Filter can be configured to return only favourites.
 Filter Filter.setPageSize(int pageSize)
          Set the size of a page displayed this Filter.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.