[ADF-3500] added an event to react when a filter is force selected (#3753)

* [ADF-3500] added an event to react when a filter is force selected

* [ADF-3500] renamed method for clarification
This commit is contained in:
Vito
2018-09-07 11:34:26 +01:00
committed by Eugenio Romano
parent 6ddf028d93
commit 9ef00e3ddd
5 changed files with 34 additions and 12 deletions

View File

@@ -45,6 +45,7 @@ Collection of criteria used to filter process instances, which may be customized
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when an error occurs. |
| filterClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<ProcessInstanceFilterRepresentation>` | Emitted when the user selects a filter from the list. |
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<ProcessInstanceFilterRepresentation[]>` | Emitted when the list of filters has been successfully loaded from the server. |
| filterSelected | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<ProcessInstanceFilterRepresentation>` | Emitted when a process filter is selected. |
## Details