| Package | Description |
|---|---|
| org.sonar.api.web |
| Modifier and Type | Method and Description |
|---|---|
static FilterColumn |
FilterColumn.create(String family,
String key,
String sortDirection,
boolean variation)
Creates a new
FilterColumn. |
| Modifier and Type | Method and Description |
|---|---|
List<FilterColumn> |
Filter.getColumns()
Get the list of
FilterColumn displayed by this Filter. |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.add(FilterColumn column)
Add a
FilterColumn to the list of columns displayed by this Filter. |
Copyright © 2009-2013 SonarSource. All Rights Reserved.