Uses of Class
org.hippoecm.frontend.plugins.standards.tabs.TabsPlugin.Tab
-
Packages that use TabsPlugin.Tab Package Description org.hippoecm.frontend.plugins.standards.tabs -
-
Uses of TabsPlugin.Tab in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs that return types with arguments of type TabsPlugin.Tab Modifier and Type Method Description List<TabsPlugin.Tab>
TabbedPanel. getTabs()
Methods in org.hippoecm.frontend.plugins.standards.tabs with parameters of type TabsPlugin.Tab Modifier and Type Method Description protected void
TabsPlugin. onTabActivated(TabsPlugin.Tab tab)
protected void
TabsPlugin. onTabDeactivated(TabsPlugin.Tab tab)
Method parameters in org.hippoecm.frontend.plugins.standards.tabs with type arguments of type TabsPlugin.Tab Modifier and Type Method Description protected TabbedPanel
TabsPlugin. newTabbedPanel(String id, List<TabsPlugin.Tab> tabs, org.apache.wicket.MarkupContainer tabsContainer)
Constructor parameters in org.hippoecm.frontend.plugins.standards.tabs with type arguments of type TabsPlugin.Tab Constructor Description TabbedPanel(String id, TabsPlugin plugin, List<TabsPlugin.Tab> tabs, org.apache.wicket.MarkupContainer tabsContainer)
-