Package org.apache.wicket.extensions.markup.html.tabs
Package for working with tab panels.
-
Interface Summary Interface Description ITab Interface used to represent a single tab in a TabbedPanel -
Class Summary Class Description AbstractTab Convenience class that takes care of common ITab functionalityPanelCachingTab A simple decorator that will cache the panel returned from the first call to getPanel()TabbedPanel<T extends ITab> TabbedPanel component represents a panel with tabs that are used to switch between different content panels inside the TabbedPanel panel.