Class Wallboard


  • public class Wallboard
    extends Object
    This class represents a collection of DashletSpec objects.
    Author:
    Christian Pape
    • Constructor Detail

      • Wallboard

        public Wallboard()
        Default constructor
      • Wallboard

        public Wallboard​(Wallboard wallboard)
        Copy constructor.
        Parameters:
        wallboard - the Wallboard to be cloned
    • Method Detail

      • isDefault

        public boolean isDefault()
        Returns whether this wallboard is the default wallboard.
        Returns:
        default value
      • setDefault

        public void setDefault​(boolean defaultValue)
        Sets the default value.
      • setTitle

        public void setTitle​(String title)
        Sets the title of this wallboard.
        Parameters:
        title - the name to be set
      • getTitle

        public String getTitle()
        Returns the title of this wallboard.
        Returns:
        the title of the wallboard