Uses of Interface
org.apache.wicket.extensions.markup.html.tabs.ITab
Packages that use ITab
Package
Description
Package for working with tab panels.
-
Uses of ITab in org.apache.wicket.extensions.ajax.markup.html.tabs
Classes in org.apache.wicket.extensions.ajax.markup.html.tabs with type parameters of type ITabModifier and TypeClassDescriptionclassAjaxTabbedPanel<T extends ITab>Ajaxified version of the tabbed panel. -
Uses of ITab in org.apache.wicket.extensions.markup.html.tabs
Classes in org.apache.wicket.extensions.markup.html.tabs with type parameters of type ITabModifier and TypeClassDescriptionclassTabbedPanel<T extends ITab>TabbedPanel component represents a panel with tabs that are used to switch between different content panels inside the TabbedPanel panel.Classes in org.apache.wicket.extensions.markup.html.tabs that implement ITabModifier and TypeClassDescriptionclassConvenience class that takes care of common ITab functionalityclassA simple decorator that will cache the panel returned from the first call to getPanel()Constructors in org.apache.wicket.extensions.markup.html.tabs with parameters of type ITab