Class DashboardTab


  • public class DashboardTab
    extends 
    Identifies a tab that will be present on the Tapestry Dashboard page.
    Since:
    5.4
    • Field Summary

      Fields 
      Modifier and Type Field Description
      pageName
      Name of Tapestry page that provides the "content" block.
      tabName
      Title for the tab, to be displayed on the Dashboard page.
    • Constructor Summary

      Constructors 
      Constructor Description
       tabName,  pageName)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Field Detail

      • tabName

        public final  tabName
        Title for the tab, to be displayed on the Dashboard page.
      • pageName

        public final  pageName
        Name of Tapestry page that provides the "content" block.
    • Constructor Detail

      • DashboardTab

        public  tabName,
                             pageName)