Uses of Interface
wicket.extensions.markup.html.tabs.ITab

Packages that use ITab
wicket.extensions.markup.html.tabs Package for working with tab panels. 
 

Uses of ITab in wicket.extensions.markup.html.tabs
 

Classes in wicket.extensions.markup.html.tabs that implement ITab
 class AbstractTab
          Convinience class that takes care of common ITab functionality
 class PanelCachingTab
          A simple decorator that will cache the panel returned from the first call to getPanel()
 

Constructors in wicket.extensions.markup.html.tabs with parameters of type ITab
PanelCachingTab(ITab delegate)
          Constructor
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.