List of ScreenIds

I have a customized menu for my app which I control how the menus/screens are arranged and allowed. How do I get the list of ScreenIds which is available in the app/project ? I can then check if the screenId is valid before I insert it into my menu structure.

Hi,

Check the WindowConfig bean, for instance its getWindows() method returns all registered screens.

Regards,
Gleb

1 Like