Class RouterScreen


  • @ApplicationScoped
    public class RouterScreen
    extends Object
    Responsible for handling screens transition and communication.
    • Constructor Detail

      • RouterScreen

        public RouterScreen()
    • Method Detail

      • title

        public String title()
      • onOpen

        public void onOpen()
      • doRoute

        public void doRoute()
      • afterDashboardUpload

        public void afterDashboardUpload​(String id)
      • loadDashboard

        public void loadDashboard​(String importId)
      • listDashboards

        public void listDashboards()
      • onUpdatedRuntimeModelEvent

        public void onUpdatedRuntimeModelEvent​(@Observes
                                               UpdatedRuntimeModelEvent updatedRuntimeModelEvent)