Package org.apache.wicket.markup.html.link

Link components.

See:
          Description

Interface Summary
ILinkListener Listener method for link clicks.
IPageLink Interface that is used to implement delayed page linking.
 

Class Summary
AbstractLink Base class that that contains functionality for rendering disabled links.
BookmarkablePageLink Renders a stable link which can be cached in a web browser and used at a later time.
DownloadLink A link that streams a file to the client.
ExternalLink A simple anchor link (<a href="http://url">) pointing to any URL.
ImageMap An image map holds links with different hot-area shapes.
InlineFrame Implementation of an inline frame component.
InternalFrame Deprecated. will be replaced by InlineFrame in Wicket 2.0 as that's a better name for it.
Link Implementation of a hyperlink component.
PageLink Links to a given page via an object implementing the IPageLink delayed linking interface.
PopupCloseLink Closes a popup window and cleans up any related session page map for the popup.
PopupCloseLink.ClosePopupPage ClosePopupPage closes the popup window.
PopupSettings A popup specification can be used as a property of the Linkclasses to specify that the link should be rendered with an onClick javascript event handler that opens a new window with the links' URL.
ResourceLink A link to any ResourceReference.
StatelessLink This link is stateless that means that the url to this link could generate a new page before the link onClick is called.
 

Package org.apache.wicket.markup.html.link Description

Link components.



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