Interface ITab

    • Method Detail

      • getTitle

        IModel<StringgetTitle()
        Returns:
        IModel used to represent the title of the tab. Must contain a string.
      • getPanel

        WebMarkupContainer getPanel​(String containerId)
        Parameters:
        containerId - returned panel MUST have this id
        Returns:
        a container object (e.g. Panel or Fragment) that will be placed as the content of the tab
      • isVisible

        boolean isVisible()
        Returns whether this tab should be visible
        Returns:
        whether this tab should be visible