Class DashboardTab


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

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

      Constructors 
      Constructor Description
      DashboardTab​(java.lang.String tabName, java.lang.String pageName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tabName

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

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

      • DashboardTab

        public DashboardTab​(java.lang.String tabName,
                            java.lang.String pageName)