Uses of Class
org.apache.tapestry5.services.dashboard.DashboardTab
-
Packages that use DashboardTab Package Description org.apache.tapestry5.hibernate.web.modules org.apache.tapestry5.internal.services.dashboard org.apache.tapestry5.modules -
-
Uses of DashboardTab in org.apache.tapestry5.hibernate.web.modules
Method parameters in org.apache.tapestry5.hibernate.web.modules with type arguments of type DashboardTab Modifier and Type Method Description static void
HibernateModule. provideHibernateDashboardTab(OrderedConfiguration<DashboardTab> configuration)
-
Uses of DashboardTab in org.apache.tapestry5.internal.services.dashboard
Constructor parameters in org.apache.tapestry5.internal.services.dashboard with type arguments of type DashboardTab Constructor Description DashboardManagerImpl(ComponentSource componentSource, List<DashboardTab> tabs)
-
Uses of DashboardTab in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type DashboardTab Modifier and Type Method Description static void
DashboardModule. defaultTabs(OrderedConfiguration<DashboardTab> configuration)
-