| Package | Description |
|---|---|
| org.apache.wicket.markup.html.basic |
Basic HTML components.
|
| org.apache.wicket.markup.html.image |
Image components.
|
| org.apache.wicket.markup.html.include |
Components for including content from non-Wicket sources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumLabel<T extends Enum<T>>
A Label component that is used to render an enum value.
|
class |
Label
A Label component replaces its body with the String version of its model object returned by
getModelObjectAsString().
|
class |
MultiLineLabel
A MultiLineLabel component replaces its body with the model object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImage
Provides a context-relative image.
|
class |
ExternalImage
A component to display external images.
|
class |
ExternalSource
A component which displays external images within a picture tag.
|
class |
Image
An Image component displays localizable image resources.
|
class |
InlineImage
The inline image is used to embed the complete image content within a HTML document.
|
class |
NonCachingImage
A subclass of
Image that always adds random noise to the url every request to prevent the
browser from caching the image. |
class |
Source
A component which displays localizable image resources within a picture tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Include
Component that includes/ renders the import result of an URL, much like JSP include.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.