Uses of Interface
wicket.IRequestListener

Packages that use IRequestListener
wicket The core Wicket package. 
wicket.ajax   
wicket.ajax.form   
wicket.ajax.markup.html   
wicket.ajax.markup.html.form   
wicket.ajax.markup.html.navigation.paging   
wicket.behavior   
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.form HTML Forms and form components. 
wicket.markup.html.image Image components. 
wicket.markup.html.image.resource Resource support for image components. 
wicket.markup.html.link Link components. 
wicket.markup.html.navigation.paging   
wicket.markup.html.pages Default special purpose pages for error and feedback support. 
wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.portlet.pages   
wicket.resource Locale aware resouce loaders. 
wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of IRequestListener in wicket
 

Subinterfaces of IRequestListener in wicket
 interface IRedirectListener
          Request listener called on page redirects.
 interface IResourceListener
          Listens for requests regarding resources.
 

Classes in wicket that implement IRequestListener
 class Page
          Abstract base class for pages.
 class Resource
          A Resource is something that implements IResourceListener and provides a getResource() method which returns the raw IResource to be rendered back to the client browser.
 

Uses of IRequestListener in wicket.ajax
 

Classes in 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 wicket.ajax.form
 

Classes in wicket.ajax.form that implement IRequestListener
 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.
 

Uses of IRequestListener in wicket.ajax.markup.html
 

Classes in wicket.ajax.markup.html that implement IRequestListener
 class AjaxFallbackLink
          An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled
 

Uses of IRequestListener in wicket.ajax.markup.html.form
 

Classes in 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 wicket.ajax.markup.html.navigation.paging
 

Classes in 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 wicket.behavior
 

Subinterfaces of IRequestListener in wicket.behavior
 interface IBehaviorListener
          Listens for requests to behaviors.
 interface IUnversionedBehaviorListener
          Same as IBehaviorListener, but urls generated for this interface will always be executed against the latest page version.
 

Classes in wicket.behavior that implement IRequestListener
 class AbstractAjaxBehavior
          Abstract class for handling Ajax roundtrips.
 

Uses of IRequestListener in wicket.markup.html
 

Subinterfaces of IRequestListener in wicket.markup.html
 interface INewBrowserWindowListener
          Internal listener.
 

Classes in wicket.markup.html that implement IRequestListener
 class CompressedPackageResource
          Identical to PackageResource, but supports gzip compression of data See PackageResource and CompressedResourceReference
 class DynamicWebResource
          An WebResource subclass for dynamic resources (resources created programmatically).
 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 wicket.markup.html.form
 

Subinterfaces of IRequestListener in 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 wicket.markup.html.form that implement IRequestListener
 class CheckBox
          HTML checkbox input component.
 class CheckGroup
          Component used to connect instances of Check components into a group.
 class DropDownChoice
          A choice implemented as a dropdown menu/list.
 class Form
          Base class for forms.
 class ImageButton
          A button which renders itself as an image button resource.
 class ListChoice
          Essentially a drop down choice that doesn't drop down.
 class RadioChoice
          A choice subclass that shows choices in radio style.
 class RadioGroup
          Component used to connect instances of Radio components into a group.
 class SubmitLink
          A link which can be used exactly like a Button to submit a Form.
 

Uses of IRequestListener in wicket.markup.html.image
 

Classes in 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 wicket.markup.html.image.resource
 

Classes in 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 regenenerable (unbuffered) dynamic images.
 

Uses of IRequestListener in wicket.markup.html.link
 

Subinterfaces of IRequestListener in wicket.markup.html.link
 interface ILinkListener
          Listener method for link clicks.
 

Classes in wicket.markup.html.link that implement IRequestListener
 class BookmarkablePageLink
          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
          Implementation of a hyperlink component.
 class PageLink
          Links to a given page via an object implementing the IPageLink delayed linking interface.
 class PopupCloseLink
          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
          A link to any ResourceReference.
 

Uses of IRequestListener in wicket.markup.html.navigation.paging
 

Classes in wicket.markup.html.navigation.paging that implement IRequestListener
 class PagingNavigationIncrementLink
          An incremental link to a page of a PageableListView.
 class PagingNavigationLink
          A link to a page of a PageableListView.
 

Uses of IRequestListener in wicket.markup.html.pages
 

Classes in 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 wicket.markup.resolver
 

Classes in wicket.markup.resolver that implement IRequestListener
static class AutoLinkResolver.AutolinkBookmarkablePageLink
          Autolink components delegate component resolution to their parent components.
 

Uses of IRequestListener in wicket.protocol.http.portlet
 

Classes in wicket.protocol.http.portlet that implement IRequestListener
 class PortletPage
          Base class for portlet pages.
 

Uses of IRequestListener in wicket.protocol.http.portlet.pages
 

Classes in wicket.protocol.http.portlet.pages that implement IRequestListener
 class AccessDeniedPortletPage
          Access denied portlet page
 class ExceptionErrorPortletPage
          Exception error portlet page
 class InternalErrorPortletPage
          Internal error portlet page
 class PageExpiredPortletPage
          Page expired error page.
 

Uses of IRequestListener in wicket.resource
 

Classes in wicket.resource that implement IRequestListener
 class ByteArrayResource
          This class can be used to easy make a Resource from a predefined byte array.
 class DynamicByteArrayResource
          Deprecated. use DynamicWebResource now
 

Uses of IRequestListener in wicket.util.tester
 

Classes in wicket.util.tester that implement IRequestListener
 class DummyHomePage
          A dummy homepage required by WicketTester only
 class DummyHomePage.TestLink
           
 class DummyPanelPage
          A dummy panel component
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.