Uses of Interface
org.apache.wicket.IRequestListener

Packages that use IRequestListener
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.ajax.form   
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.behavior   
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.navigation.paging   
org.apache.wicket.markup.html.pages Default special purpose pages for error and feedback support. 
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
org.apache.wicket.mock   
org.apache.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 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.
 

Methods in org.apache.wicket that return types with arguments of type IRequestListener
 Class<? extends IRequestListener> RequestListenerInterface.getListenerInterfaceClass()
           
 

Constructor parameters in org.apache.wicket with type arguments of type IRequestListener
RequestListenerInterface(Class<? extends IRequestListener> listenerInterfaceClass)
          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 click, change, keydown, etc.
 class AjaxNewWindowNotifyingBehavior
          An Ajax behavior that notifies when a new browser window/tab is opened with url to a page instance which is already opened in another window/tab in the same user session.
 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 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
 

Classes in org.apache.wicket.markup.html that implement IRequestListener
 class GenericWebPage<T>
          A WebPage with typesafe getters and setters for the model and its underlying object
 class WebPage
          Base class for HTML pages.
 

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>
          Container for FormComponents (such as CheckBoxes, ListChoices or TextFields).
 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 always 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.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 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.
 

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 AbstractErrorPage
          A parent page for all pages that are used to show an error to the user.
 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.mock
 

Classes in org.apache.wicket.mock that implement IRequestListener
 class MockHomePage
          Mock Page
 

Uses of IRequestListener in org.apache.wicket.util.tester
 

Classes in org.apache.wicket.util.tester that implement IRequestListener
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.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.