Interface Dashlet

    • Method Detail

      • getName

        String getName()
        This method returns the name of this dashlet.
        Returns:
        the dashlet's name
      • isBoosted

        boolean isBoosted()
        Checks whether this dashlet is boosted.
        Returns:
        true, if boosted, false otherwise
      • getWallboardComponent

        DashletComponent getWallboardComponent​(com.vaadin.ui.UI ui)
        Updates the dashlet contents and computes new boosted state
        Parameters:
        ui - The UI which holds the component.
      • getDashboardComponent

        DashletComponent getDashboardComponent​(com.vaadin.ui.UI ui)