Uses of Class
org.ujorm.wicket.component.tabs.UjoTab

Packages that use UjoTab
org.ujorm.wicket.component.tabs   
 

Uses of UjoTab in org.ujorm.wicket.component.tabs
 

Classes in org.ujorm.wicket.component.tabs with type parameters of type UjoTab
 class UjoTabbedPanel<T extends UjoTab>
          A child of Wicket AjaxTabbedPanel class can restore the last selected tab from a session after a page reloading and supports a user tab CSS class.
 class UjoWizard<T extends UjoTab>
          The ajax wizard is a child of UjoTabbedPanel class.
 

Methods in org.ujorm.wicket.component.tabs that return UjoTab
 UjoTab UjoTab.setModel(org.apache.wicket.model.IModel<?> tabModel)
          Model for constructor of the Tab components
 

Method parameters in org.ujorm.wicket.component.tabs with type arguments of type UjoTab
 void UjoTabbedPanel.selectedTab(Class<? extends UjoTab> tab, org.apache.wicket.ajax.AjaxRequestTarget target)
          Deprecated. Use the UjoTabbedPanel.selectTab(java.lang.Class, org.apache.wicket.ajax.AjaxRequestTarget) rather.
 void UjoTabbedPanel.selectTab(Class<? extends UjoTab> tab, org.apache.wicket.ajax.AjaxRequestTarget target)
          Select a tab.
 



Copyright © 2015. All Rights Reserved.