|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IRequestListener in org.apache.wicket |
|---|
| Subinterfaces of IRequestListener in org.apache.wicket | |
|---|---|
interface |
IRedirectListener
Request listener called on page redirects. |
interface |
IResourceListener
Listens for requests regarding resources. |
| Classes in org.apache.wicket that implement IRequestListener | |
|---|---|
class |
Page
Abstract base class for pages. |
class |
Resource
A Resource is something that implements IResourceListener and provides a getResourceStream() method which returns the raw IResourceStream to be rendered back to the client browser. |
| Constructor parameters in org.apache.wicket with type arguments of type IRequestListener | |
|---|---|
RequestListenerInterface(java.lang.Class<? extends IRequestListener> listenerInterfaceClass)
Constructor that creates listener interfaces which record the page version. |
|
RequestListenerInterface(java.lang.Class<? extends IRequestListener> listenerInterfaceClass,
boolean recordsPageVersion)
Constructor. |
|
| Uses of IRequestListener in org.apache.wicket.ajax |
|---|
| Classes in org.apache.wicket.ajax that implement IRequestListener | |
|---|---|
class |
AbstractAjaxTimerBehavior
A behavior that generates an AJAX update callback at a regular interval. |
class |
AbstractDefaultAjaxBehavior
The base class for Wicket's default AJAX implementation. |
class |
AjaxEventBehavior
An ajax behavior that is attached to a certain client-side (usually javascript) event, such as onClick, onChange, onKeyDown, etc. |
class |
AjaxSelfUpdatingTimerBehavior
Automatically re-renders the component it is attached to via AJAX at a regular interval. |
| Uses of IRequestListener in org.apache.wicket.ajax.form |
|---|
| Classes in org.apache.wicket.ajax.form that implement IRequestListener | |
|---|---|
class |
AjaxFormChoiceComponentUpdatingBehavior
This is a Ajax Component Update Behavior that is meant for choices/groups that are not one component in the html but many. |
class |
AjaxFormComponentUpdatingBehavior
A behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered. |
class |
AjaxFormSubmitBehavior
Ajax event behavior that submits a form via ajax when the event it is attached to is invoked. |
class |
AjaxFormValidatingBehavior
Ajax event behavior that submits the form and updates all form feedback panels on the page. |
class |
OnChangeAjaxBehavior
A behavior that updates the hosting FormComponent via ajax when value of the component is
changed. |
| Uses of IRequestListener in org.apache.wicket.ajax.markup.html |
|---|
| Classes in org.apache.wicket.ajax.markup.html that implement IRequestListener | |
|---|---|
class |
AjaxFallbackLink<T>
An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled |
| Uses of IRequestListener in org.apache.wicket.ajax.markup.html.form |
|---|
| Classes in org.apache.wicket.ajax.markup.html.form that implement IRequestListener | |
|---|---|
class |
AjaxCheckBox
A CheckBox which is updated via ajax when the user changes its value |
| Uses of IRequestListener in org.apache.wicket.ajax.markup.html.navigation.paging |
|---|
| Classes in org.apache.wicket.ajax.markup.html.navigation.paging that implement IRequestListener | |
|---|---|
class |
AjaxPagingNavigationBehavior
Ajax behavior for the paging navigation links. |
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. |
| Uses of IRequestListener in org.apache.wicket.behavior |
|---|
| Subinterfaces of IRequestListener in org.apache.wicket.behavior | |
|---|---|
interface |
IActivePageBehaviorListener
An extended IBehaviorListener which will be ignored if the page is not the last one the
user accessed. |
interface |
IBehaviorListener
Listens for requests to behaviors. |
| Classes in org.apache.wicket.behavior that implement IRequestListener | |
|---|---|
class |
AbstractAjaxBehavior
Abstract class for handling Ajax roundtrips. |
| Uses of IRequestListener in org.apache.wicket.markup.html |
|---|
| Subinterfaces of IRequestListener in org.apache.wicket.markup.html | |
|---|---|
interface |
INewBrowserWindowListener
Internal listener. |
| Classes in org.apache.wicket.markup.html that implement IRequestListener | |
|---|---|
class |
CompressedPackageResource
Identical to PackageResource, but supports gzip compression of data See PackageResource and CompressedResourceReference |
class |
CSSPackageResource
Package resource for CSS files. |
class |
DynamicWebResource
An WebResource subclass for dynamic resources (resources created programmatically). |
class |
JavascriptPackageResource
Package resource for javascript files. |
class |
PackageResource
Represents a localizable static resource. |
class |
WebPage
Base class for HTML pages. |
class |
WebResource
Base class for web resources. |
| Uses of IRequestListener in org.apache.wicket.markup.html.form |
|---|
| Subinterfaces of IRequestListener in org.apache.wicket.markup.html.form | |
|---|---|
interface |
IFormSubmitListener
Listener interface that is called when a form is submitted. |
interface |
IOnChangeListener
Listener method for OnChange events of dropdown lists and onclick events of CheckBoxes and RadioChoice components. |
| Classes in org.apache.wicket.markup.html.form that implement IRequestListener | |
|---|---|
class |
CheckBox
HTML checkbox input component. |
class |
CheckGroup<T>
Component used to connect instances of Check components into a group. |
class |
DropDownChoice<T>
A choice implemented as a dropdown menu/list. |
class |
Form<T>
Base class for forms. |
class |
ImageButton
<input type="image"> component - like Button only with an image. |
class |
ListChoice<T>
Essentially a drop down choice that doesn't drop down. |
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 |
StatelessForm<T>
This StatelessForm is the same as a normal form but with the statelesshint default to true. |
| Uses of IRequestListener in org.apache.wicket.markup.html.image |
|---|
| Classes in org.apache.wicket.markup.html.image that implement IRequestListener | |
|---|---|
class |
Image
An Image component displays a localizable image resource. |
class |
NonCachingImage
A subclass of Image that adds random noise to the url every request to prevent the
browser from caching the image. |
| Uses of IRequestListener in org.apache.wicket.markup.html.image.resource |
|---|
| Classes in org.apache.wicket.markup.html.image.resource that implement IRequestListener | |
|---|---|
class |
BlobImageResource
An ImageResource subclass for dynamic images that come from database BLOB fields. |
class |
BufferedDynamicImageResource
A DynamicImageResource subclass that holds a BufferedImage generated by code elsewhere. |
class |
DefaultButtonImageResource
Automatically generates a basic button image. |
class |
DynamicImageResource
An ImageResource subclass for dynamic images (images created programmatically). |
class |
LocalizedImageResource
THIS CLASS IS INTENDED FOR INTERNAL USE IN IMPLEMENTING LOCALE SENSITIVE COMPONENTS THAT USE IMAGE RESOURCES AND SHOULD NOT BE USED DIRECTLY BY END-USERS. |
class |
RenderedDynamicImageResource
A DynamicImageResource subclass that allows easy rendering of regeneratable (unbuffered) dynamic images. |
| Uses of IRequestListener in org.apache.wicket.markup.html.link |
|---|
| Subinterfaces of IRequestListener in org.apache.wicket.markup.html.link | |
|---|---|
interface |
ILinkListener
Listener method for link clicks. |
| Classes in org.apache.wicket.markup.html.link that implement IRequestListener | |
|---|---|
class |
BookmarkablePageLink<T>
Renders a stable link which can be cached in a web browser and used at a later time. |
class |
DownloadLink
A link that streams a file to the client. |
class |
InlineFrame
Implementation of an inline frame component. |
class |
InternalFrame
Deprecated. will be replaced by InlineFrame in Wicket 2.0 as that's a better name for it. |
class |
Link<T>
Implementation of a hyperlink component. |
class |
PageLink<T>
Deprecated. use BookmarkabpePageLink or Link instead |
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
This link is stateless that means that the url to this link could generate a new page before the link onClick is called. |
| Uses of IRequestListener in org.apache.wicket.markup.html.navigation.paging |
|---|
| Classes in org.apache.wicket.markup.html.navigation.paging that implement IRequestListener | |
|---|---|
class |
PagingNavigationIncrementLink<T>
An incremental link to a page of a PageableListView. |
class |
PagingNavigationLink<T>
A link to a page of a PageableListView. |
| Uses of IRequestListener in org.apache.wicket.markup.html.pages |
|---|
| Classes in org.apache.wicket.markup.html.pages that implement IRequestListener | |
|---|---|
class |
AccessDeniedPage
Page expired error page. |
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. |
| Uses of IRequestListener in org.apache.wicket.markup.resolver |
|---|
| Classes in org.apache.wicket.markup.resolver that implement IRequestListener | |
|---|---|
static class |
AutoLinkResolver.AutolinkBookmarkablePageLink<T>
Autolink components delegate component resolution to their parent components. |
| Uses of IRequestListener in org.apache.wicket.resource |
|---|
| Classes in org.apache.wicket.resource that implement IRequestListener | |
|---|---|
class |
ByteArrayResource
This class can be used to easy make a Resource from a predefined byte array. |
class |
ContextRelativeResource
Resource served from a file relative to the context root. |
class |
DynamicByteArrayResource
Deprecated. use DynamicWebResource now |
| Uses of IRequestListener in org.apache.wicket.util.template |
|---|
| Classes in org.apache.wicket.util.template that implement IRequestListener | |
|---|---|
class |
TextTemplateLink<T>
Links to shared, interpolated TextTemplate resources created by a factory. |
| Uses of IRequestListener in org.apache.wicket.util.tester |
|---|
| Classes in org.apache.wicket.util.tester that implement IRequestListener | |
|---|---|
class |
DummyHomePage
A dummy home page, as required by WicketTester. |
class |
DummyHomePage.TestLink
TestLink class. |
class |
DummyPanelPage
A dummy Panel Component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||