Class SimpleTab

    • Constructor Detail

      • SimpleTab

        public SimpleTab​(String title,
                         String content)
        Constructor
        Parameters:
        title - the title of the tab
        content - the content of the tab
      • SimpleTab

        public SimpleTab​(IModel<String> title,
                         IModel<String> content)
        Constructor
        Parameters:
        title - IModel used to represent the title of the tab
        content - IModel used to represent the content of the tab
    • Method Detail

      • setContent

        public void setContent​(String content)
        Sets the text content of tab
        Parameters:
        content - the text content of tab