| Package | Description |
|---|---|
| org.opencms.ui.dataview | |
| org.opencms.widgets.dataview |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDataViewPanel.updateFilters(java.util.List<CmsDataViewFilter> newFilters)
Changes the displayed filters to a new set.
|
| Modifier and Type | Method and Description |
|---|---|
CmsDataViewFilter |
CmsDataViewFilter.copy()
Creates a copy of the filter.
|
CmsDataViewFilter |
CmsDataViewFilter.copyWithValue(java.lang.String value)
Creates a copy of the filter, but uses a different filter value for the copy.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsDataViewFilter> |
I_CmsDataView.getFilters()
Gets the initial list of filters.
|
java.util.List<CmsDataViewFilter> |
I_CmsDataView.updateFilters(java.util.List<CmsDataViewFilter> prevFilters)
Returns an updated list of filters based on the current filters and their values.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsDataViewFilter> |
I_CmsDataView.updateFilters(java.util.List<CmsDataViewFilter> prevFilters)
Returns an updated list of filters based on the current filters and their values.
|