public class FilterController
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
FilterController.FilterOptionLabel
The Class FilterOptionLabel.
|
Constructor and Description |
---|
FilterController()
Instantiates a new filter controller.
|
Modifier and Type | Method and Description |
---|---|
void |
doApply()
Apply filters options to filter.
|
java.lang.String |
doCollapse()
Handle the collapse hyperlink by toggling between the collapse modes.
|
java.lang.String |
getCollapseText()
Gets the internationalized collapse text.
|
Filter |
getFilter()
Gets the filter associated with this controller.
|
java.lang.String |
getFilterValue()
Gets the filter value.
|
java.util.List<FilterController.FilterOptionLabel> |
getFilterValues()
Returns list of the filter values.
|
java.util.List<FilterOption> |
getSupportedFilters()
Gets the supported filters option, updated with the current filter values.
|
boolean |
isCollapsed()
Checks if the goal selection box is collapsed.
|
public java.lang.String getFilterValue()
public java.util.List<FilterController.FilterOptionLabel> getFilterValues()
public boolean isCollapsed()
public java.lang.String doCollapse()
public java.lang.String getCollapseText()
public java.util.List<FilterOption> getSupportedFilters()
public void doApply()
public Filter getFilter()