$saveFilterVar $saveFilterVar : string Type string — the ajax variable that is used to check whether a filter is to be saved
$removeFilterVar $removeFilterVar : string Type string — the ajax variable that is used to check whether to delete a filter from the registry
$redirectRoute $redirectRoute : array Type array — the route to redirect when saving/removing a filter
checkRequestRemovalFilter() checkRequestRemovalFilter() ### .checkRequestRemovalFilter() Checks whether there has been send the command to remove a filter from the registry and redirects to specified route
checkRequestFilters() checkRequestFilters() : bool ### .checkRequestFilters() Checkes whether there has been send the command to save a filter to the registry and redirects to specified route Returns bool
displaySaveButton() displaySaveButton(string $registryKey) ### .displaySaveButton() Displays the save filter button Parameters string $registryKey
displaySavedFilters() displaySavedFilters(string $registryKey) ### .displaySavedFilters() displays the saved filters as a dropdown list Parameters string $registryKey
generateRegistryItemKey() generateRegistryItemKey() : null|string ### .generateRegistryItemKey() Generates a registry item key with the filtered attributes + the grid id Returns null|string
displayExtendedFilterValues() displayExtendedFilterValues(array $filteredBy) : string ### .displayExtendedFilterValues() Displays the filtered options Parameters array $filteredBy Returns string