Uses of Class
org.apache.wicket.extensions.markup.html.tabs.TabbedPanel

Packages that use TabbedPanel
org.apache.wicket.extensions.ajax.markup.html.tabs   
org.apache.wicket.extensions.markup.html.tabs Package for working with tab panels. 
 

Uses of TabbedPanel in org.apache.wicket.extensions.ajax.markup.html.tabs
 

Subclasses of TabbedPanel in org.apache.wicket.extensions.ajax.markup.html.tabs
 class AjaxTabbedPanel<T extends ITab>
          Ajaxified version of the tabbed panel.
 

Uses of TabbedPanel in org.apache.wicket.extensions.markup.html.tabs
 

Methods in org.apache.wicket.extensions.markup.html.tabs that return TabbedPanel
 TabbedPanel TabbedPanel.setSelectedTab(int index)
          sets the selected tab
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.