I want to create my own global dashboard in a new SonarQube Plugin. So, I have created a new class in my java project that extend DashboardTemplate.
My problem is the following : I want to add to my dashboard an existing widget (MeasureFilterListWidget). I want that the widget display it automatically when I add my plugin to SonarQube, it's for why I don't use the manual method.
In the next image, I want to add the widget class in the place of "???".
Thank you very much for your help