| 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 |
Image
An Image component displays a localizable image resource.
|
class |
NonCachingImage
A subclass of
Image that always adds random noise to the url every request to prevent the
browser from caching the image. |
| Modifier and Type | Class and Description |
|---|---|
class |
Include
Component that includes/ renders the import result of an URL, much like JSP include.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.