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 UjoWizardPanel<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
 

Methods in org.ujorm.wicket.component.tabs that return types with arguments of type UjoTab
 UjoWizardPanel<UjoTab> UjoWizardBar.getWizardPanel()
          Get Wizard Panel
 

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.
 

Constructor parameters in org.ujorm.wicket.component.tabs with type arguments of type UjoTab
UjoWizard(String id, List<UjoTab> tabs)
           
UjoWizardBar(String id, UjoWizardPanel<UjoTab> aWizard)
           
 



Copyright © 2015. All Rights Reserved.