Class AbstractDashlet

    • Constructor Detail

      • AbstractDashlet

        public AbstractDashlet​(java.lang.String name,
                               DashletSpec dashletSpec)
    • Method Detail

      • getName

        public final java.lang.String getName()
        Description copied from interface: Dashlet
        This method returns the name of this dashlet.
        Specified by:
        getName in interface Dashlet
        Returns:
        the dashlet's name
      • setName

        public final void setName​(java.lang.String name)
      • setDashletSpec

        public final void setDashletSpec​(DashletSpec dashletSpec)
      • isBoosted

        public boolean isBoosted()
        Description copied from interface: Dashlet
        Checks whether this dashlet is boosted.
        Specified by:
        isBoosted in interface Dashlet
        Returns:
        true, if boosted, false otherwise
      • getWallboardComponent

        public DashletComponent getWallboardComponent​(com.vaadin.ui.UI ui)
        Description copied from interface: Dashlet
        Updates the dashlet contents and computes new boosted state
        Specified by:
        getWallboardComponent in interface Dashlet
        Parameters:
        ui - The UI which holds the component.