Interface DashletFactory

    • Method Detail

      • isSuitableForDashboard

        boolean isSuitableForDashboard()
        Returns whether this dashlet is suitable for displaying in the dashboard view.
        Returns:
        true if suitable, false otherwise
      • getName

        String getName()
        Returns the name of the Dashlet instances this factory provides.
        Returns:
        the name
      • getRequiredParameters

        Map<String,​String> getRequiredParameters()
        Returns the Map with the required parameters and default values.
        Returns:
        the Map holding the requires parameters
      • providesHelpComponent

        boolean providesHelpComponent()
        Returns true, if the factory provides a help component for the Dashlet.
        Returns:
        true, if help component is provided, false otherwise
      • getHelpComponent

        com.vaadin.ui.Component getHelpComponent()
        Returns the help component for the Dashlet.
        Returns:
        the help component
      • isBoostable

        boolean isBoostable()
        This method returns whether this dashlet is boostable.