|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterColumn | |
|---|---|
| org.sonar.api.web | |
| Uses of FilterColumn in org.sonar.api.web |
|---|
| Methods in org.sonar.api.web that return FilterColumn | |
|---|---|
static FilterColumn |
FilterColumn.create(String family,
String key,
String sortDirection,
boolean variation)
Creates a new FilterColumn. |
| Methods in org.sonar.api.web that return types with arguments of type FilterColumn | |
|---|---|
List<FilterColumn> |
Filter.getColumns()
Get the list of FilterColumn displayed by this Filter. |
| Methods in org.sonar.api.web with parameters of type FilterColumn | |
|---|---|
Filter |
Filter.add(FilterColumn column)
Add a FilterColumn to the list of columns displayed by this Filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||