Uses of Class
org.smallmind.wicket.component.tabs.TabPanel
-
Packages that use TabPanel Package Description org.smallmind.wicket.component.tabs -
-
Uses of TabPanel in org.smallmind.wicket.component.tabs
Methods in org.smallmind.wicket.component.tabs that return TabPanel Modifier and Type Method Description TabPanelTabPanel. addTab(org.apache.wicket.extensions.markup.html.tabs.ITab tab)TabPanelTabPanel. setSelectionChangedCallback(SelectionChangedCallback selectionChangedCallback)Constructors in org.smallmind.wicket.component.tabs with parameters of type TabPanel Constructor Description Tab(String id, TabPanel tabPanel, org.apache.wicket.extensions.markup.html.tabs.ITab tab, int index, boolean selected)
-