| Interface | Description |
|---|---|
| AuthorizedComponent |
Marker interface that marks a component as one that requires an active session.
Note: Based on the IAuthorizationStrategy or AbstractAuthorizationStrategy implemented,
one can have custom scenarios. |
| SubForm |
Marker definition of a form that is part of a
Form |
| Class | Description |
|---|---|
| AbstractListPanel<PM,RM,DP extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider> |
A generic
Panel that can represent Simple Lists.It assumes an extension of SortableDataProvider is used to provide the List.The Table renders with the css: numberic, itemName, hide. Wicket ID: linkToItem - The Id for the hyperlink in the item selectable - The id of the fragment that defines the item list listing - The Id of the Table addItem - The Id for the icon/Link to Add a new Item to the List One can also override the 'rows' property to specify the number of rows per listing (before pagination starts) Generic Params: PM - Page Model Type, RM - Row Model Type, DP - Data Provider Type |
| AjaxIndicator |
A convenient class that can be used and added to any component for an Ajax indicator
Example:
private final AjaxIndicator indicatorAware = new AjaxIndicator("onclick");
... |
| AssymetricGridView<T> |
Support A-Symmetric Grid Views.
|
| AutoCompleteStartsWithTextField<T> |
An extension of the
AutoCompleteTextField that only display optsios/filters
as letters are being typed. |
| CategoryPanel<T> |
A Panel to represent all the items in the hierarchy
Since this implements ChangeGenerator; it will also generate Events of TypeNode Selected - T |
| CkEditorWrapper |
A Wicket wrapper to a CK Editor that can be invoked dynamically and multiple times on a page.
Note, this class assumes you are using CK Editor and the container markup contains imports to the necerssary libraries & css. |
| CkEditorWrapper.CKEditorConfigs | |
| DynamicFormField<T> |
In the markup all content can me marked
<input> with any type or no type defined. |
| EditableComponentWrapper |
Allow DELETE, EDIT Options on the contained
WebComponent (span, img, etc) |
| FileUploadHandler |
File Upload Helper & handler
|
| FileUploadHandler.FileMeta | |
| FilterInput |
Put a filter on the content of the input
|
| GenericLink |
An extension on
Link, that allows direct links as <a href='...' rel='...'>link<a> |
| Grid<T> |
A
RepeatingView with the following sample structure: |
| IndicatingAjaxLinkTree |
An equivalent of
IndicatingAjaxLink; but this is for LinkTree Component |
| MenuItemComponent | Deprecated |
| ProgressMonitor |
Panel for a Progress bar with feedback
|
| RawMarkupInclude |
Allow direct insert of content
|
| RelationLinksBuilder<H extends IHierarchialReference> |
A
WebMarkupContainer that allows one to specify a bunch of Objects (typically Relations)
and display them as Links in a delimited fashion. |
| ResourceListView<T> |
Shows List of resources.
|
| ResourceListView.ViewContext |
Additional params for Display
|
| ResourceManagerPanel<T> |
Panel for aggregating Resource-Upload, View, selector and feedback
|
| ResourceManagerPanel.ResourceUploadForm<T> |
Uploader to upload Resources
|
| ResponseUtils |
Some standard HTTP response add-on utils.
|
| RollOverMenuItemComponent |
Allows rendering of
RollOverMenuItem |
| ScriptableAjaxButton |
Provide a
IndicatingAjaxButton that calls script on the browser. |
| ScriptableAjaxLink<T> |
Provide a Link that calls script; example: javascript:popup('dialog-container') to invoke the JQuery Dialog.
|
| ScriptableBookmarkablePopupPageLink<T> |
A
BookmarkablePageLink that can be supplied an attribute proxyAction that will replace the onClick(). |
| Selector<T> |
Selector.
|
| SessionTimeOutCheck |
Component & Associated Markup for Session checking.
|
| SimpleNumberConverter |
Ensures the number is converted as is, no need for any commas and special formattting.
|
| StaticImageComponent |
WICKET TAG LINKING TO AN EXTERNAL SOURCE
http://developme.wordpress.com/2010/05/25/wicket-image-tag-linking-to-an-external-resource/
|
| SubFormContainer |
Default implementation for
SubForm |
| SubFormFragment |
A
Fragment that is a SubForm |
| WebFileListView |
Show a List of
Files; on the server. |
| WicketExtendInput |
WicketExtendInput.Include allows import of markup, but they recommend it used for non-wicket based markup. |
| Enum | Description |
|---|---|
| WicketExtendInput.Include | |
| WicketExtendInput.SpecialTag |
These will parse for their associated regEx and have special significance.
The value (determined by the context the special tag is used for), is put in Map #bodyTags |
Copyright © 2018. All rights reserved.