| 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(@NotNull UjoSupplier<V> proxyValue)
A factory method
|
| Constructor and Description |
|---|
UjoModel(@NotNull UjoSupplier<V> proxyValue) |
| Constructor and Description |
|---|
UjoLabel(@NotNull String id,
@NotNull UjoSupplier<V> label) |
| Constructor and Description |
|---|
UjoTab(@NotNull org.apache.wicket.model.IModel<String> title,
@Nullable String cssClass,
@NotNull Class<? extends org.apache.wicket.markup.html.WebMarkupContainer> panel,
@Nullable UjoSupplier<Boolean> visible)
Constructor
|
UjoTab(@NotNull String title,
@Nullable String cssClass,
@NotNull Class<? extends org.apache.wicket.markup.html.WebMarkupContainer> panel,
@Nullable UjoSupplier<Boolean> visible)
Constructor
|
Copyright © 2021. All rights reserved.