Modifier and Type | Class and Description |
---|---|
class |
Component
Component serves as the highest level abstract base class for all components.
|
class |
MarkupContainer
A MarkupContainer holds a map of child components.
|
class |
Page
Abstract base class for pages.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxFallbackLink<T>
An ajax link that will degrade to a normal request if ajax is not available or javascript is
disabled.
|
class |
AjaxLink<T>
A component that allows a trigger request to be triggered via html anchor tag
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxButton
A button that submits the form via Ajax.
|
class |
AjaxCheckBox
A CheckBox which is updated via ajax when the user changes its value
|
class |
AjaxFallbackButton
An ajax submit button that will degrade to a normal request if ajax is not available or
javascript is disabled.
|
class |
AjaxSubmitLink
A link that submits a form via ajax.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxPagingNavigation
An ajaxified navigation for a PageableListView that holds links to other pages of the
PageableListView.
|
class |
AjaxPagingNavigationIncrementLink
An incremental Ajaxian link to a page of a PageableListView.
|
class |
AjaxPagingNavigationLink
An Ajax version of a link to a page of a PageableListView.
|
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 |
SignInPage
A base class which provide standard functionality for sign in.
|
class |
SignOutPage
Simple sign out page.
|
Modifier and Type | Class and Description |
---|---|
class |
SignInPanel
Reusable user sign in panel with username and password as well as support for persistence of the
both.
|
class |
SignInPanel.SignInForm
Sign in form.
|
Modifier and Type | Class and Description |
---|---|
class |
DevUtilsPage
All pages in the wicket-devutils package should extend this page so that they automatically get
checked to make sure that the utilities are enabled in the application debug settings.
|
class |
DevUtilsPanel
All panels in the wicket-devutils package should extend this panel so that they automatically get
checked to make sure that the utilities are enabled in the application debug settings.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugBar
The debug bar is for use during development.
|
class |
InspectorDebugPanel
A panel that adds a link to the inspector to the debug bar.
|
class |
PageSizeDebugPanel
A panel for the debug bar that shows the size of the currently shown page.
|
class |
SessionSizeDebugPanel
A panel for the debug bar that shows the session size and links to the page that shows more
information about sessions.
|
class |
StandardDebugPanel
A standard looking debug panel with an img (optional) and a string of data, and the whole thing
is a link.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskStoreBrowserPage
A page that shows the attributes (id, name, size) of the pages stored in the data stores.
|
Modifier and Type | Class and Description |
---|---|
class |
BrowserPanel
A panel that shows the data about pages in the data store
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationView
A Wicket panel that shows interesting information about a given Wicket session.
|
class |
EnhancedPageView
Enhanced
PageView which displays all Component s and Behavior s
of a Page in a TableTree representation. |
class |
InspectorPage
A page that shows interesting attributes of the Wicket environment, including the current session
and the component tree for the current page.
|
class |
LiveSessionsPage |
class |
RequestsPage |
class |
SessionView
A Wicket panel that shows interesting information about a given Wicket session.
|
Modifier and Type | Class and Description |
---|---|
class |
WicketExampleHeader
Navigation panel for the examples project.
|
class |
WicketExamplePage
Base class for all example pages.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxDownloadPage
Ajax download.
|
class |
AutoCompletePage
Page that demos the ajax auto complete text field
|
class |
ChoicePage
Linked select boxes example
|
class |
Clock
A simple component that displays current time
|
class |
ClockPage
A simple clock example page
|
class |
EditableLabelPage
Page to demo the in-place edit label
AjaxEditableLabel |
class |
EffectsPage
Demonstrates ajax effects
|
class |
FileUploadPage
Demos ajax handling of a multipart form
|
class |
GuestBook
Ajax enabled example for the guestbook.
|
class |
LazyLoadingPage |
class |
LinksPage
Ajax links demo.
|
class |
OnChangeAjaxBehaviorPage |
class |
PageablesPage
Shows an ajaxian paging navigator in action.
|
class |
RatingsPage
Demo page for the rating component.
|
class |
TodoList
Ajax todo list without having to write any JavaScript yourself.
|
class |
TodoList.TodoItemsContainer
Container for displaying the todo items in a list.
|
class |
WorldClockPage
A world clock example page.
|
Modifier and Type | Class and Description |
---|---|
class |
ModalContent1Page |
class |
ModalContent2Page |
class |
ModalPanel1 |
class |
ModalWindowPage |
Modifier and Type | Class and Description |
---|---|
class |
AjaxHelloBrowser
A demo usage of AjaxBrowserInfoForm
|
Modifier and Type | Class and Description |
---|---|
class |
MailTemplate
An example page that shows how to generate email templates from a Wicket
Page , a
Panel or a TextTemplate |
class |
MailTemplatePanel
A demo panel which will be used to render mail template
|
class |
TemplateBasedOnPage
A page which acts a template for mails which should be send to the customers.
|
Modifier and Type | Class and Description |
---|---|
class |
SignIn
Simple example of a sign in page.
|
class |
SignIn.SignInForm
Sign in form
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedWebPage
Base class to check access to a page.
|
class |
SignIn2
Simple example of a sign in page.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminPage
A page only accessible by a user in the ADMIN role.
|
class |
BasePage
A base page accessible by everybody - no authorization required.
|
class |
HomePage
Simple home page with no authorization requirements - can be accessed by everybody.
|
class |
MySignInPage
Simple example of a sign in page.
|
class |
SignOut
Simple logout page.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminAnnotationsBookmarkablePage
Bookmarkable page that may only be accessed by users that have role ADMIN.
|
class |
AdminAnnotationsInternalPage
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
|
class |
AdminBookmarkablePage
Bookmarkable page that may only be accessed by users that have role ADMIN.
|
class |
AdminInternalPage
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
|
class |
AnnotationsPanelsPage
Bookmarkable page that may only be accessed by users that have role ADMIN.
|
class |
PanelsPage
Bookmarkable page that may only be accessed by users that have role ADMIN.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationPage |
Modifier and Type | Class and Description |
---|---|
class |
FirstPanel
Test bread crumb enabled panel.
|
class |
FourthPanel
Test bread crumb enabled panel.
|
class |
ResultPanel
Test bread crumb enabled panel.
|
class |
SecondPanel
Test bread crumb enabled panel.
|
class |
ThirdPanel
Test bread crumb enabled panel.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCaptchaForm<T> |
class |
CageForm<T>
A demo form that shows how to use Cage
library
|
class |
Captcha
Captcha example page.
|
class |
CaptchaForm<T>
A demo form that uses Wicket's default captcha image resource
|
class |
KaptchaForm<T>
A demo form that shows how to use Kaptcha
library
|
Modifier and Type | Class and Description |
---|---|
class |
AutoConversationPage1 |
class |
AutoConversationPage2 |
class |
CdiExamplePage |
class |
CdiHomePage |
class |
ConversationPage1 |
class |
ConversationPage2 |
class |
ConversationPage3 |
class |
InjectionPage |
Modifier and Type | Class and Description |
---|---|
class |
BookmarkablePage
Example page that cannot be bookmarked.
|
class |
BookmarkablePageLinkPage
Page with examples on
BookmarkablePageLink . |
class |
BorderPage
Page with examples on
Border . |
class |
ButtonPage
Page with examples on
Button . |
class |
CheckBoxMultipleChoicePage
Page with examples on
CheckBoxMultipleChoice . |
class |
CheckBoxPage
Page with examples on
TextArea . |
class |
CheckBoxSelectorPage
An example page for
CheckBoxSelector |
class |
CheckGroupPage
CheckGroup and Check components example page
|
class |
CheckGroupPage2
CheckGroup and Check components example page
|
class |
DropDownChoicePage
Page with examples on
DropDownChoice . |
class |
ExternalLinkPage
Page with examples on
ExternalLink . |
class |
FormPage
Page with examples on
Form . |
class |
FragmentPage
Page with examples on
Fragment . |
class |
IncludePage
Page with examples on
MultiLineLabel . |
class |
LabelPage
Page with examples on
Label . |
class |
LinkPage
Page with examples on
Link . |
class |
ListChoicePage
Page with examples on
ListChoice . |
class |
ListMultipleChoicePage
Page with examples on
ListMultipleChoice . |
class |
MultiLineLabelPage
Page with examples on
MultiLineLabel . |
class |
MyBorder
A sample panel component.
|
class |
NonBookmarkablePage
Example page that cannot be bookmarked.
|
class |
PalettePage
Palette component example
|
class |
PanelPage
Page with examples on
Panel . |
class |
RadioChoicePage
Page with examples on
ListChoice . |
class |
RadioGroupPage
RadioGroup and Radio components example page
|
class |
RadioGroupPage2
RadioGroup and Radio components example page
|
class |
RecursivePanel
This example list knows how to display sublists.
|
class |
SelectPage
Page with examples on
Select . |
class |
SubmitLinkPage
Page with examples on
Form . |
class |
TabbedPanelPage
Reference page for TabbedPanel wicket-extensions component
|
protected class |
TabbedPanelPage.CssSwitchingLink |
class |
TextAreaPage
Page with examples on
TextArea . |
class |
TextFieldPage
Page with examples on
TextField . |
class |
XmlPage
Look ma, you can use plain XML too with Wicket.
|
Modifier and Type | Class and Description |
---|---|
class |
AlternativePageFromWebContext
The markup for this page is loaded from the web context by a custom
IResourceStreamLocator locator set in CustomResourceLoadingApplication . |
class |
PageFromWebContext
The markup for this page is loaded from the web context by a custom
IResourceStreamLocator locator set in CustomResourceLoadingApplication . |
class |
PageWithCustomLoading
The markup for this page is loaded by the Page component itself.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTimePage
DateTime example page.
|
Modifier and Type | Class and Description |
---|---|
class |
Echo
The simplest form application possible.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoupledAjaxUpdatePage |
class |
DecoupledAjaxUpdatePage.CounterLabel
A label that renders the value of the page's counter variable.
|
class |
IndexPage |
Modifier and Type | Class and Description |
---|---|
class |
FormInput
Example for form input.
|
class |
Multiply
Displays how a
FormComponentPanel can be used. |
Modifier and Type | Class and Description |
---|---|
class |
BodyFrame
Body frame page for the frames example.
|
class |
ExampleFrame
A simple component setting page URL in the src frame tag attribute.
|
class |
LeftFrame
The left frame.
|
class |
Page1
Test page for the right frame.
|
class |
Page2
Test page for the right frame.
|
class |
TopFrame
Top frame for navigation.
|
Modifier and Type | Class and Description |
---|---|
class |
GuestBook.CommentForm
A form that allows a user to add a comment.
|
Modifier and Type | Class and Description |
---|---|
class |
Guess
The main guess page for the hangman application.
|
class |
HangmanPage
Session for hangman game.
|
class |
Lose
Page that handles the loser failing to guess the word.
|
class |
Win
Page called when the user has correctly guessed the word.
|
Modifier and Type | Class and Description |
---|---|
class |
HelloBrowser
Client snooping page.
|
Modifier and Type | Class and Description |
---|---|
class |
HelloWorld
Everybody's favorite example!
|
Modifier and Type | Class and Description |
---|---|
class |
HomePageHeader |
Modifier and Type | Class and Description |
---|---|
class |
Home
Demonstrates different flavors of org.apache.wicket.examples.images.
|
Modifier and Type | Class and Description |
---|---|
class |
BookDetails
A book details page.
|
class |
EditBook
A page that contains a form that allows editing of books.
|
static class |
EditBook.EditBookForm
Form that edits a book
|
Modifier and Type | Class and Description |
---|---|
class |
Popup
Trivial popup page.
|
Modifier and Type | Class and Description |
---|---|
class |
NavomaticBorder
Border component.
|
Modifier and Type | Class and Description |
---|---|
class |
Page2PP
Simple bookmarkable page that displays page parameters which is mounted with parameter
placeholders.
|
class |
Page2UP
Simple bookmarkable page that displays page parameters which is mounted with
UrlPathPageParametersEncoder . |
Modifier and Type | Class and Description |
---|---|
class |
Page3
Simple bookmarkable page.
|
class |
Page4
Simple bookmarkable page.
|
class |
Page5
Simple bookmarkable page that displays page parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxDataTablePage |
class |
DataGridPage
demo page for the datatable component
|
class |
DataTableFilterToolbarPage
demo page for the datatable component
|
class |
DataTablePage
demo page for the datatable component
|
class |
ExamplePage
Base class for all pages in the QuickStart application.
|
class |
GridViewPage
page for demonstrating the gridview component
|
class |
OIRPage
page that demonstrates dataview with ReuseIfModelsEqualStrategy
|
class |
PagingPage
Page that demonstrates a paging dataview
|
class |
RefreshingPage
page that demonstrates a RefreshingView
|
class |
RepeatingPage
page that demonstrates a simple repeater view.
|
class |
SimplePage
Page that demonstrates a simple dataview.
|
class |
SortingPage
page that demonstrates dataview and sorting
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsPage
This page is just to demonstrate how
HttpsMapper works.Since the demo web servers usually are not configured with https support the page itself will be never rendered. |
class |
LocalizedPage |
class |
RequestMapperHomePage |
Modifier and Type | Class and Description |
---|---|
class |
PackageMountedPage |
Modifier and Type | Class and Description |
---|---|
class |
SourcesPage
Displays the resources in a packages directory in a browsable format.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotPage |
Modifier and Type | Class and Description |
---|---|
class |
ContactsDisplayPage
Base class for the contact display page.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxStatelessExample |
class |
Index
Index page of the stateless example.
|
class |
StatefulPage
Another page of the stateless example.
|
class |
StatelessPage
Another page of the stateless example.
|
class |
StatelessPage1
Another page of the stateless example.
|
class |
StatelessPage2
Another page of the stateless example.
|
class |
StatelessPage3
Another page of the stateless example.
|
Modifier and Type | Class and Description |
---|---|
class |
Banner
Base class for banners.
|
class |
Banner1<T>
A banner.
|
class |
Banner2<T>
A banner.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateBorder
Border that holds layout elements that can be reused by pages.
|
Modifier and Type | Class and Description |
---|---|
class |
Panel1
Concrete, extending panel.
|
class |
TemplatePanel
Base panel to be extended.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTreePage |
class |
AdvancedTreePage |
class |
BeginnersTreePage
A very simple page containing a
DefaultNestedTree only. |
class |
FooPanel |
class |
NestedTreePage |
class |
TableTreePage |
Modifier and Type | Class and Description |
---|---|
class |
UnicodeConverter
Converts between unescaped and escaped unicode and shows a custom model.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiUploadPage
Upload example.
|
class |
UploadPage
Upload example.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicPage
Template example page.
|
class |
TemplatePage
Template example page.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketBehaviorDemoPage |
class |
WebSocketMultiTabResourceDemoPage |
class |
WebSocketResourceDemoPage |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketChart
A panel that initializes a Google Line chart and uses WebSocketBehavior to register an asynchronous
task that will push some data through the web socket connection.
|
Modifier and Type | Class and Description |
---|---|
class |
NewUserWizard
This wizard shows some basic form use.
|
class |
StaticWizard
This is kind of the hello world example for wizards.
|
class |
StaticWizardWithPanels
This is kind of the hello world example for wizards.
|
class |
WizardPage
Page for displaying a wizard.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxEditableChoiceLabel<T>
An inplace editor much like
AjaxEditableLabel , but instead of a TextField a
DropDownChoice is displayed. |
class |
AjaxEditableLabel<T>
An implementation of ajaxified edit-in-place component using a
TextField as it's editor. |
class |
AjaxEditableMultiLineLabel<T>
An inplace editor much like
AjaxEditableLabel , but now with support for multi line
content and a text area as its editor. |
class |
AjaxLazyLoadPanel<T extends Component>
A panel which load lazily a single content component.
|
class |
IndicatingAjaxButton
A variant of the
AjaxButton that displays a busy indicator while the ajax request is in
progress. |
class |
IndicatingAjaxFallbackLink<T>
A variant of the
AjaxFallbackLink that displays a busy indicator while the ajax request
is in progress. |
class |
IndicatingAjaxLink<T>
A variant of the
AjaxLink that displays a busy indicator while the ajax request is in
progress. |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompleteTextField<T>
An implementation of a textfield with the autoassist ajax behavior
AutoCompleteBehavior . |
class |
DefaultCssAutoCompleteTextField<T>
An
AutoCompleteTextField which automatically includes the default CSS for the
suggestions. |
Modifier and Type | Class and Description |
---|---|
class |
UploadProgressBar
A panel to show the progress of an HTTP upload.
|
Modifier and Type | Class and Description |
---|---|
class |
ModalWindow
Modal window component.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxFallbackOrderByBorder<S>
Ajaxified version of
OrderByBorder |
class |
AjaxFallbackOrderByLink<S>
Deprecated.
Use
AjaxOrderByLink instead |
class |
AjaxOrderByLink<S>
Ajaxified
OrderByLink |
Modifier and Type | Class and Description |
---|---|
class |
AjaxFallbackDefaultDataTable<T,S>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation,
headers, an no-records-found toolbars to a standard
DataTable . |
class |
AjaxFallbackHeadersToolbar<S>
Ajaxified
HeadersToolbar |
class |
AjaxNavigationToolbar
Toolbar that displays (Ajax) links used to navigate the pages of the datatable as well as a
message about which rows are being displayed and their total number in the data table.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxTabbedPanel<T extends ITab>
Ajaxified version of the tabbed panel.
|
Modifier and Type | Class and Description |
---|---|
class |
BreadCrumbBar
A component that renders bread crumbs.
|
protected class |
BreadCrumbBar.BreadCrumbsListView
List view for rendering the bread crumbs.
|
class |
BreadCrumbLink
A link that when clicked will set the the active
bread crumb
participant to the one that is returned by BreadCrumbLink.getParticipant(String) . |
Modifier and Type | Class and Description |
---|---|
class |
BreadCrumbPanel
A panel that participates with a
bread crumb model . |
class |
BreadCrumbPanelLink
Bread crumb link specifically for
bread crumb panels . |
Modifier and Type | Class and Description |
---|---|
class |
KittenCaptchaPanel
A unique and fun-to-use captcha technique I developed at Thoof.
|
Modifier and Type | Class and Description |
---|---|
class |
SmartLinkLabel
If you have email addresses or web URLs in the data that you are displaying, then you can
automatically display those pieces of data as hyperlinks, you will not have to take any action to
convert that data.
|
class |
SmartLinkMultiLineLabel
If you have email addresses or web URLs in the data that you are displaying, then you can
automatically display those pieces of data as hyperlinks, you will not have to take any action to
convert that data.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTextField
A TextField that is mapped to a
java.util.Date object. |
Modifier and Type | Class and Description |
---|---|
class |
LocalDateTextField
A TextField that is mapped to a
java.time.LocalDate object and that uses java.time time to
parse and format values. |
class |
LocalDateTimeField
Works on a
LocalDateTime object. |
class |
LocalDateTimeTextField
A TextField that is mapped to a
java.time.LocalDateTime object and that uses java.time time to
parse and format values. |
class |
LocalTimeTextField
A TextField that is mapped to a
java.time.LocalTime object and that uses java.time time to
parse and format values. |
class |
TimeField
Works on a
LocalTime object. |
class |
ZonedDateTimeField
Works on a
ZonedDateTimeTime object. |
Modifier and Type | Class and Description |
---|---|
class |
Palette<T>
Palette is a component that allows the user to easily select and order multiple items by moving
them from one select box into another.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOptions<T>
Generates html option elements based on iterator specified by getOptionsIterator() and
IChoiceRender specified by the palette
|
class |
Choices<T>
select box containing all available choices of the palette
|
class |
Recorder<T>
Component to keep track of selections on the html side.
|
class |
Selection<T>
select box containing selected choices of the palette
|
Modifier and Type | Class and Description |
---|---|
class |
Select<T>
Component that represents a
<select> box. |
class |
SelectOption<T>
Component representing a single
<option> html element |
class |
SelectOptions<T>
Component that makes it easy to produce a list of SelectOption components
Example markup:
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataGridView<T>
Acts as a base for data-grid views.
|
class |
DataGridView<T>
Simple concrete implementation of
AbstractDataGridView |
Modifier and Type | Class and Description |
---|---|
class |
OrderByBorder<S>
A component that wraps markup with an OrderByLink.
|
class |
OrderByLink<S>
A component that represents a sort header.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractToolbar
A base class for data table toolbars
|
class |
ColGroup
A panel that renders <colgroup> with <col> elements
inside it.
|
class |
ColGroup.Col |
class |
DataTable<T,S>
A data table builds on data grid view to introduce toolbars.
|
static class |
DataTable.Caption
A caption for the table.
|
class |
DefaultDataTable<T,S>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation,
headers, an no-records-found toolbars to a standard
DataTable . |
class |
HeadersToolbar<S>
Toolbars that displays column headers.
|
class |
NavigationToolbar
Toolbar that displays links used to navigate the pages of the datatable as well as a message
about which rows are being displayed and their total number in the data table.
|
class |
NavigatorLabel
Label that provides Showing x to y of z message given for a DataTable.
|
class |
NoRecordsToolbar
A toolbar that displays a "no records found" message when the data table contains no rows.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportToolbar
A toolbar that provides links to download the data represented by all
IExportableColumn s in the table
exported to formats supported by the IDataExporter s configured. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilter
Base class for filters that provides some useful functionality
|
class |
ChoiceFilter<T>
Filter that can be represented by a drop down list of choices
|
class |
FilterForm<T>
A form with filter-related special functionality for its form components.
|
class |
FilterToolbar
Toolbar that creates a form to hold form components used to filter data in the data table.
|
class |
GoAndClearFilter
Filter component that generates a 'go' and 'clear' buttons.
|
class |
GoFilter
Filter component that generates a 'go' button that when pressed submits the filter form
|
class |
NoFilter
Component used to represent a filter component when no filter is provided.
|
class |
TextFilter<T>
Filter that can be represented by a text field
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTree<T>
Abstract base class for
NestedTree and TableTree . |
class |
DefaultNestedTree<T>
An implementation of the NestedTree that aims to solve the 90% usecase by using
Folder s
on a standard NestedTree . |
class |
DefaultTableTree<T,S>
|
class |
NestedTree<T>
A tree with nested markup.
|
class |
Node<T>
Representation of a single node in the tree.
|
class |
TableTree<T,S>
A tree with tabular markup.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedFolder<T>
|
class |
CheckFolder<T>
|
class |
Folder<T>
A typical folder representation of nodes in a tree.
|
class |
StyledLinkLabel<T>
A styled link with a label.
|
Modifier and Type | Class and Description |
---|---|
class |
BranchItem<T>
A branch is a container for a single node and its children inside a
Subtree . |
class |
Subtree<T>
A subtree handles all children of a single node (or the root nodes if a
null node
was given to the constructor). |
Modifier and Type | Class and Description |
---|---|
class |
TabbedPanel<T extends ITab>
TabbedPanel component represents a panel with tabs that are used to switch between different
content panels inside the TabbedPanel panel.
|
Modifier and Type | Class and Description |
---|---|
class |
RatingPanel
Rating component that generates a number of stars where a user can click on to rate something.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxWizardButtonBar
A bar of buttons for wizards utilizing
AjaxFormSubmitBehavior . |
class |
CancelButton
Models a cancel button in the wizard.
|
class |
FinishButton
Models a cancel button in the wizard.
|
class |
LastButton
Models a 'last' button in the wizard.
|
class |
NextButton
Models a next button in the wizard.
|
class |
PreviousButton
Models a previous button in the wizard.
|
class |
StaticContentStep
A wizard step that displays the provided static content without expecting any input.
|
class |
Wizard
A wizard is a dialog component that takes users through a number of steps to complete a task.
|
class |
WizardButton
Base class for buttons that work with
the wizard component . |
class |
WizardButtonBar
The default bar of button components for wizards.
|
class |
WizardStep
default implementation of
IWizardStep . |
Modifier and Type | Class and Description |
---|---|
class |
DynamicWizardStep
Default implementation of a
dynamic wizard step . |
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 |
HeaderResponseContainer
A container that renders the content that was bucketed into a certain bucket by
FilteringHeaderResponse . |
Modifier and Type | Class and Description |
---|---|
class |
GenericWebMarkupContainer<T>
A
WebMarkupContainer with typesafe getters and setters for the model and its underlying object |
class |
GenericWebPage<T>
A
WebPage with typesafe getters and setters for the model and its underlying object |
class |
HeaderPartContainer
For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer
which has been added to the Page.
|
class |
TransparentWebMarkupContainer
A simple "transparent" markup container.
|
class |
WebComponent
Base class for simple HTML components which do not hold nested components.
|
class |
WebMarkupContainer
A container of HTML markup and components.
|
class |
WebPage
Base class for HTML pages.
|
Modifier and Type | Class and Description |
---|---|
class |
EnclosureContainer
<wicket:enclosure> is nice and prevents that users have to add boilerplate to
their application. |
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 |
Body
This is a simple Container component which can be used to build Border like components.
|
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 |
AbstractCheckSelector
Base class for all Javascript-based "select-all" checkboxes.
|
class |
AbstractChoice<T,E>
Abstract base class for all choice (html select) options.
|
class |
AbstractSingleSelectChoice<T>
Abstract base class for single-select choices.
|
class |
AbstractSubmitLink
Abstract class for links that are capable of submitting a form.
|
class |
AbstractTextComponent<T>
Abstract base class for TextArea and TextField.
|
protected static class |
AutoLabelResolver.AutoLabel
Component that is attached to the
<label> tag and takes care of writing out the label
text as well as setting classes on the <label> tag |
class |
Button
A form button.
|
class |
Check<T>
Component representing a single checkbox choice in a
org.apache.wicket.markup.html.form.CheckGroup.
|
class |
CheckBox
HTML checkbox input component.
|
class |
CheckBoxMultipleChoice<T>
A choice subclass that shows choices via checkboxes.
|
class |
CheckboxMultipleChoiceSelector
A Javascript-based "Select All" checkbox component that works with
CheckBoxMultipleChoice
. |
class |
CheckBoxSelector
A Javascript-based "Select All" checkbox component that works with a loose collection of
CheckBox components. |
class |
CheckGroup<T>
Component used to connect instances of Check components into a group.
|
class |
CheckGroupSelector
Selects and deselects all Check components under the same CheckGroup as itself.
|
class |
DropDownChoice<T>
A choice implemented as a dropdown menu/list.
|
class |
EmailTextField
A
TextField for HTML5 <input> with type email. |
class |
Form<T>
|
class |
FormComponent<T>
An HTML form component knows how to validate itself.
|
class |
FormComponentLabel
A component that represents HTML <label> tag.
|
class |
FormComponentPanel<T>
Panel (has it's own markup, defined between
|
class |
HiddenField<T>
TextField doesn't permit the html so this is a simple subclass to allow
this
A HiddenField is useful when you have a javascript based component that updates the form state.
|
class |
ImageButton
<input type="image"> component - like
Button only with an image. |
class |
LabeledWebMarkupContainer
Default implementation of
ILabelProvider . |
class |
ListChoice<T>
Essentially a drop down choice that doesn't drop down.
|
class |
ListMultipleChoice<T>
A multiple choice list component.
|
class |
NumberTextField<N extends Number & Comparable<N>>
A
TextField for HTML5 <input> with type number. |
class |
PasswordTextField
A password text field component.
|
class |
Radio<T>
Component representing a single radio choice in a org.apache.wicket.markup.html.form.RadioGroup.
|
class |
RadioChoice<T>
A choice subclass that shows choices in radio style.
|
class |
RadioGroup<T>
Component used to connect instances of Radio components into a group.
|
class |
RangeTextField<N extends Number & Comparable<N>>
A
TextField for HTML5 <input> with type range. |
class |
RequiredTextField<T>
A text field which automatically adds a Required.
|
class |
SimpleFormComponentLabel
A form component label that replaces its body with the contents of
labelProvider's label |
class |
StatelessForm<T>
This StatelessForm is the same as a normal form but with the statelesshint default to true.
|
class |
SubmitLink
A link which can be used exactly like a Button to submit a Form.
|
class |
TextArea<T>
Multi-row text editing component.
|
class |
TextField<T>
A simple text field.
|
class |
UrlTextField
A
TextField for HTML5 <input> with type url. |
Modifier and Type | Class and Description |
---|---|
class |
FileUploadField
Form component that corresponds to a <input type="file">.
|
class |
MultiFileUploadField
Form component that allows the user to select multiple files to upload via a single <input
type="file"/> field.
|
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 |
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 |
Picture
A component which displays localizable image resources within source and image elements as
responsive image.
|
Modifier and Type | Class and Description |
---|---|
class |
Include
Component that includes/ renders the import result of an URL, much like JSP include.
|
Modifier and Type | Class and Description |
---|---|
class |
Enclosure
An Enclosure are automatically created by Wicket.
|
class |
HtmlHeaderContainer
The HtmlHeaderContainer is automatically created and added to the component hierarchy by a
HtmlHeaderResolver instance.
|
class |
HtmlHeaderItemsContainer
A specialization of HtmlHeaderContainer that doesn't render
<head> and &l;/head> around the header contributions.
|
class |
InlineEnclosure
An InlineEnclosure are automatically created by Wicket.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLink
Base class that that contains functionality for rendering disabled links.
|
class |
BookmarkablePageLink<T>
Renders a stable link which can be cached in a web browser and used at a later time.
|
class |
ClientSideImageMap
A client-side image map implementation which allows you to "attach" the map to any existing
Image component. |
class |
DownloadLink
A link that streams a file to the client.
|
class |
ExternalLink
A simple anchor link (<a href="http://url">) pointing to any URL.
|
class |
InlineFrame
Implementation of an inline
frame component.
|
class |
Link<T>
Implementation of a hyperlink component.
|
class |
PopupCloseLink<T>
Closes a popup window and cleans up any related session page map for the popup.
|
static class |
PopupCloseLink.ClosePopupPage
ClosePopupPage closes the popup window.
|
class |
ResourceLink<T>
A link to any ResourceReference.
|
class |
StatelessLink<T>
This link is stateless that means that the url to this link could generate a new page before the
link onClick is called.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractItem
A very simple Item.
|
class |
ListItem<T>
Container that holds components in a ListView.
|
class |
ListView<T>
A ListView is a repeater that makes it easy to display/work with
List s. |
class |
Loop
A very simple loop component whose model is an Integer defining the number of iterations the loop
should render.
|
class |
LoopItem
A very simple Item.
|
class |
OddEvenListItem<T>
ListItem that adds
class="odd" or class="even" html attribute depending
on its index. |
class |
PageableListView<T>
PageableListView is similar to ListView but provides in addition pageable views.
|
class |
PropertyListView<T>
Simple ListVew subclass that wraps its item models in a
CompoundPropertyModel . |
Modifier and Type | Class and Description |
---|---|
class |
MediaComponent
The media component is used to provide basic functionality to the video and audio component.
|
class |
Source
The source of an audio or a video media component
|
class |
Track
The track tag is used to provide subtitles, captions, descriptions, chapters, metadata to a video
media component
|
Modifier and Type | Class and Description |
---|---|
class |
Audio
An audio media component to playback audio files.
|
Modifier and Type | Class and Description |
---|---|
class |
Video
A video media component to display videos.
|
Modifier and Type | Class and Description |
---|---|
class |
PagingNavigation
A navigation for a PageableListView that holds links to other pages of the PageableListView.
|
class |
PagingNavigationIncrementLink<T>
An incremental link to a page of a PageableListView.
|
class |
PagingNavigationLink<T>
A link to a page of a PageableListView.
|
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
FeedbackMessage s 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 |
AbstractPageableView<T>
An abstract repeater view that provides paging functionality to its subclasses.
|
class |
AbstractRepeater
Base class for repeaters.
|
class |
Item<T>
Container that holds components in a RefreshingView.
|
class |
OddEvenItem<T>
Item that sets class="even" or class="odd" attributes based on its index
|
class |
RefreshingView<T>
An abstract repeater view that provides refreshing functionality to its subclasses.
|
class |
RepeatingView
A repeater view that renders all of its children, using its body markup, in the order they were
added.
|
Modifier and Type | Class and Description |
---|---|
class |
DataView<T>
DataView is a basic implementation of
AbstractPageableView . |
class |
DataViewBase<T>
Base class for data views.
|
class |
GridView<T>
A pageable DataView which breaks the data in the IDataProvider into a number of data-rows,
depending on the column size.
|
Modifier and Type | Class and Description |
---|---|
static class |
AutoLinkResolver.AutolinkBookmarkablePageLink<T>
Autolink components delegate component resolution to their parent components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputTransformerContainer
This abstract container provides the means to post-process the markup generated by its child
components (excluding the containers tag)
|
class |
NoopOutputTransformerContainer
An implementation of an output transformer which does nothing.
|
class |
XsltOutputTransformerContainer
A container which output markup will be processes by a XSLT processor prior to writing the output
into the web response.
|
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 |
DummyHomePage.TestLink
TestLink class. |
class |
DummyPanelPage
A dummy
Panel Component. |
Modifier and Type | Class and Description |
---|---|
class |
VelocityPanel
Panel that displays the result of rendering a Velocity template.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.