Interface | Description |
---|---|
AskUserForLatitudeLongitudePanel.LatitudeLongitudeListener | |
PaginationWidget.PaginationWidgetCallback |
Class | Description |
---|---|
AskUserForLatitudeLongitudePanel |
Asks the user for latitude and longitude via the HTML5 Geolocation API.
|
BooleanSetModel<E> |
A model modeling "true" or "false" based upon whether an element is in a Set.
|
CountingUpThenAutoRefreshingLabel |
A <span> label which firstly counts up towards its model's value, and secondly auto-refreshes that value.
|
DateTextField<T> |
<input type="date"> field.
|
DisappearingFeedbackPanel |
Same as a FeedbackPanel but:
The whole component is deleted from the markup in case there are no messages to display.
|
DisplayNoneRemover |
Removes "display:none" from an HTML tag.
|
EmptyListIsSpecialWrapperModel<T> |
Wraps an underlying model, but sets a pre-defined list in the case the user doesn't enter anything.
|
ErrorAttributeAppender | |
EverSlowingAbstractAjaxTimerBehavior |
The component will get updated, but ever less often.
|
GoogleAnalyticsAsyncWidget |
Includes Google Analytics tracking into the page.
|
GroupedDropDownChoice<T extends Serializable> |
Drop-down where options are in groups; user may select only one element or multiple elements.
|
GroupedDropDownChoice.DropDownChoiceGroup<T> | |
InternetAddressConverter |
Converts user input into
InternetAddress email address. |
InternetAddressListConverter | Deprecated
instead of using this, create a InteretAddressArrayConverter which wicket could use based on the run-time type;
(X[] is distinct from Y[] at runtime; but List<X> and List<Y> are not.
|
JodatimeLocalDateConverter | Deprecated
use
DateTextField instead |
JodatimeLocalTimeConverter | Deprecated
use
TimeTextField instead |
MapModel<K,V> |
Model based on a map.
|
MaxWordCountValidator | |
MultilineLabelWithClickableLinks |
Displays the text in the model over multiple HTML lines, and makes links clickable.
|
OptionalSingleValueChosenDropDown |
Drop-down using "chosen" JS library, only zero or one options may be selected
|
OverlayIframeCloser |
Breaks out of an iframe JQuery overlay ("colorbox" or "fancybox"), and redirects the main browser window to a destination page.
|
PageClassAndParameters |
Wraps a page class and its parameters into one object.
|
PaginationWidget |
Pagination widget compatible with twitter bootstrap.
|
SingleEntryModelAdaptor<T> |
Wraps a model of a single value, in a model capable of storing a list of values.
|
TelTextField |
<input type="tel"> field.
|
TimeTextField<T> |
<input type="time"> field. |
UrlConverter |
Wicket converter to allow user to enter URLs and display errors if they are not valid.
|
YearMonthDayConverter | Deprecated
use
DateTextField instead |
YouTubeVideoIdConverter |
Allows user to enter YouTube Video URLs.
|
Enum | Description |
---|---|
OverlayIframeCloser.DomainSimilarity |
com.databasesandlife.util.wicket.MultipleValueAutoSuggestTextField
allows the user to enter multiple values,
and suggestions are proposed by the system. The user may enter values which are not amongst the suggestions.
com.databasesandlife.util.wicket.MultipleValueAutoCompleteTextField
also allows the user to enter multiple values.
The values the user enters must be amongst the suggestions: the user may not enter any other values.
CountingUpThenAutoRefreshingLabel
counts up,
tending towards a particular value, and then starts to auto-refresh this value, at ever decreasing intervals.
Useful for counters on startpages indicating number of active users, or similar.
GoogleAnalyticsAsyncWidget
includes the
Google Analytics tracking code.
DisappearingFeedbackPanel
is the same as a normal FeedbackPanel
but the whole component is deleted from the markup in case there are no messages to display.