| Package | Description |
|---|---|
| org.ujorm.wicket | |
| org.ujorm.wicket.component.label | |
| org.ujorm.wicket.component.tabs |
| Modifier and Type | Class and Description |
|---|---|
class |
UjoModel<V extends Serializable>
Extended Wicket Model implements an interface UjoSupplier;
|
| Modifier and Type | Method and Description |
|---|---|
static <V extends Serializable> |
UjoModel.of(UjoSupplier<V> proxyValue)
A factory method
|
| Constructor and Description |
|---|
UjoModel(UjoSupplier<V> proxyValue) |
| Constructor and Description |
|---|
UjoLabel(String id,
UjoSupplier<V> label) |
| Constructor and Description |
|---|
UjoTab(org.apache.wicket.model.IModel<String> title,
String cssClass,
Class<? extends org.apache.wicket.markup.html.WebMarkupContainer> panel,
UjoSupplier<Boolean> visible)
Constructor
|
UjoTab(String title,
String cssClass,
Class<? extends org.apache.wicket.markup.html.WebMarkupContainer> panel,
UjoSupplier<Boolean> visible)
Constructor
|
Copyright © 2021. All rights reserved.