| Package | Description |
|---|---|
| org.ujorm.wicket.component.tabs |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UjoTab |
UjoTab.setModel(org.apache.wicket.model.IModel<?> tabModel)
Model for constructor of the Tab components
|
UjoTab |
UjoTab.setTabModel(org.apache.wicket.model.IModel<?> tabModel)
Model for tab's component panel
|
| Modifier and Type | Method and Description |
|---|---|
UjoWizardPanel<UjoTab> |
UjoWizardBar.getWizardPanel()
Get Wizard Panel
|
| Modifier and Type | Method and Description |
|---|---|
void |
UjoTabbedPanel.selectedTab(Class<? extends UjoTab> tab,
org.apache.wicket.ajax.AjaxRequestTarget target)
Deprecated.
|
void |
UjoTabbedPanel.selectTab(Class<? extends UjoTab> tab,
@Nullable org.apache.wicket.ajax.AjaxRequestTarget target)
Select a tab.
|
| Constructor and Description |
|---|
UjoWizard(String id,
List<UjoTab> tabs) |
UjoWizardBar(String id,
UjoWizardPanel<UjoTab> aWizard) |
Copyright © 2024. All rights reserved.