Package org.apache.wicket.extensions.markup.html.tabs


package org.apache.wicket.extensions.markup.html.tabs

Package for working with tab panels.

  • Class
    Description
    Convenience class that takes care of common ITab functionality
    Interface used to represent a single tab in a TabbedPanel
    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.