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

Packages that use ILinkListener
wicket.ajax.markup.html   
wicket.ajax.markup.html.navigation.paging   
wicket.markup.html.form HTML Forms and form components. 
wicket.markup.html.link Link components. 
wicket.markup.html.navigation.paging   
wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
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 wicket.ajax.markup.html
 

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

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

Classes in wicket.markup.html.form that implement ILinkListener
 class SubmitLink
          A link which can be used exactly like a Button to submit a Form.
 

Uses of ILinkListener in wicket.markup.html.link
 

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

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

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

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

Uses of ILinkListener in wicket.util.tester
 

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



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