| Package | Description |
|---|---|
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| org.apache.wicket.markup.html.image |
Image components.
|
| org.apache.wicket.markup.html.link |
Link components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageButton
<input type="image"> component - like
Button only with an image. |
| Modifier and Type | Class and Description |
|---|---|
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 |
ResourceLink<T>
A link to any ResourceReference.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.