Package | Description |
---|---|
org.tencompetence.portlet.pdp.controllers |
Provides controllers for use in the PDP.
|
org.tencompetence.portlet.pdp.util |
Provides utility classes used by the PDP portlet.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterController.FilterOptionLabel
The Class FilterOptionLabel.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FilterOption> |
FilterController.getSupportedFilters()
Gets the supported filters option, updated with the current filter values.
|
Modifier and Type | Method and Description |
---|---|
FilterOption |
Filter.getFilterOption(java.lang.String key)
Return the
FilterOption corresponding with the passed key. |
Modifier and Type | Method and Description |
---|---|
java.util.List<FilterOption> |
Filter.getFilterOptions()
Gets the filter options.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setFilterOption(FilterOption filterOption)
Sets the filter option.
|