| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.ajax.markup.html.navigation.paging | |
| org.apache.wicket.feedback |
Classes related to showing user feedback, generally as the
result of form submission and/or validation.
|
| org.apache.wicket.markup.html |
Base package of HTML markup.
|
| org.apache.wicket.markup.html.border |
Border components.
|
| org.apache.wicket.markup.html.debug | |
| org.apache.wicket.markup.html.form.validation |
Support for form validation.
|
| org.apache.wicket.markup.html.link |
Link components.
|
| org.apache.wicket.markup.html.navigation.paging | |
| org.apache.wicket.markup.html.pages |
Default special purpose pages for error and feedback support.
|
| org.apache.wicket.markup.html.panel |
Panel components.
|
| org.apache.wicket.mock | |
| org.apache.wicket.util.tester |
A package with utility classes to ease unit testing of Wicket applications without the need for
a servlet container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Page
Abstract base class for pages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxPagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added
to any PageableListView.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FencedFeedbackPanel
A specialized feedback panel that only displays messages from inside a fence defined by a
container component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericWebPage<T>
A
WebPage with typesafe getters and setters for the model and its underlying object |
class |
WebPage
Base class for HTML pages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Border
A border component has associated markup which is drawn and determines placement of markup and/or
components nested within the border component.
|
class |
Border.BorderBodyContainer
The container to be associated with the <wicket:body> tag
|
class |
BorderPanel
Whereas a Panel replaces the body markup with the associated markup file, a BorderPanel assumes a
that Body component renders the body markup including any number of Wicket Components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageView
This is a simple Wicket component that displays all components of a Page in a table
representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormComponentFeedbackBorder
A border that can be placed around a form component to indicate when the bordered child/children
has a validation error.
|
class |
FormComponentFeedbackIndicator
A panel that hides or shows itself depending on whether there are feedback messages for a given
message filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSideImageMap
A client-side image map implementation which allows you to "attach" the map to any existing
Image component. |
static class |
PopupCloseLink.ClosePopupPage
ClosePopupPage closes the popup window.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added
to any PageableListView.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractErrorPage
A parent page for all pages that are used to show an error to the user.
|
class |
AccessDeniedPage
Page expired error page.
|
class |
BrowserInfoForm
Form for posting JavaScript properties.
|
class |
BrowserInfoPage
This page uses a form post right after the page has loaded in the browser, using JavaScript or
alternative means to detect and pass on settings to the embedded form.
|
class |
ExceptionErrorPage
Shows a runtime exception on a nice HTML page.
|
class |
InternalErrorPage
Internal error display page.
|
class |
PageExpiredErrorPage
Page expired error page.
|
class |
RedirectPage
Page that let the browser redirect.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentFeedbackPanel
Convenience feedback panel that filters the feedback messages based on the component given in the
constructor.
|
class |
EmptyPanel
Panel that does absolutely nothing and that can be used to display an empty block.
|
class |
FeedbackPanel
A panel that displays
FeedbackMessages in a list view. |
class |
Fragment
Usually you either have a markup file or a xml tag with wicket:id="myComponent" to associate
markup with a component.
|
class |
GenericPanel<T>
A
Panel with typesafe getters and setters for the model and its underlying object |
class |
Panel
A panel is a reusable component that holds markup and other components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockHomePage
Mock Page
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseWicketTester.StartComponentInPage
A page that is used as the automatically created page for
BaseWicketTester.startComponentInPage(Class) and the other variations. |
class |
DummyHomePage
A dummy home page, as required by
WicketTester. |
class |
DummyPanelPage
A dummy
Panel Component. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.