Class BasePanel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String B  
      static java.lang.String C  
      static java.lang.String D  
      static java.lang.String I  
      static java.lang.String S  
    • Constructor Summary

      Constructors 
      Constructor Description
      BasePanel​(Model model)  
    • Constructor Detail

      • BasePanel

        public BasePanel​(Model model)
    • Method Detail

      • getModel

        protected Model getModel()
      • getSuites

        protected java.util.List<ISuite> getSuites()
      • pluralize

        protected static java.lang.String pluralize​(int count,
                                                    java.lang.String singular)
      • suiteToTag

        protected static java.lang.String suiteToTag​(ISuite suite)