Uses of Interface
org.apache.wicket.markup.html.link.ILinkListener

Packages that use ILinkListener
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.navigation.paging   
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
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 ILinkListener in org.apache.wicket.ajax.markup.html
 

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

Uses of ILinkListener in org.apache.wicket.ajax.markup.html.navigation.paging
 

Classes in org.apache.wicket.ajax.markup.html.navigation.paging that implement ILinkListener
 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 ILinkListener in org.apache.wicket.markup.html.link
 

Classes in org.apache.wicket.markup.html.link that implement ILinkListener
 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.
 class ResourceLink
          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 ILinkListener in org.apache.wicket.markup.html.navigation.paging
 

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

Uses of ILinkListener in org.apache.wicket.markup.resolver
 

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

Uses of ILinkListener in org.apache.wicket.util.template
 

Classes in org.apache.wicket.util.template that implement ILinkListener
 class TextTemplateLink
          Links to shared, interpolated TextTemplate resources created by a factory.
 

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

Classes in org.apache.wicket.util.tester that implement ILinkListener
 class DummyHomePage.TestLink
          TestLink class.
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.