Class AbstractBoard

    • Constructor Detail

      • AbstractBoard

        public AbstractBoard()
        Constructor declaration
    • Method Detail

      • getIconsPath

        public String getIconsPath()
        Method declaration
        Returns:
      • addBody

        public void addBody​(String body)
        add a string on the top of the frame.
        Specified by:
        addBody in interface Board
      • getBody

        public String getBody()
        Method declaration
        Returns:
      • getClasses

        public String getClasses()
      • setClasses

        public void setClasses​(String classes)
        Description copied from interface: Board
        set CSS classes on the board.
        Specified by:
        setClasses in interface Board