Class DashboardTab

java.lang.Object
org.apache.tapestry5.services.dashboard.DashboardTab

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

    • tabName

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

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