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<T> Renders a stable link which can be cached in a web browser and used at a later time.
ClientSideImageMap A client-side image map implementation which allows you to "attach" the map to any existing Image component.
DownloadLink A link that streams a file to the client.
ExternalLink A simple anchor link (<a href="http://url">) pointing to any URL.
InlineFrame Implementation of an inline frame component.
Link<T> Implementation of a hyperlink component.
PopupCloseLink<T> 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<T> A link to any ResourceReference.
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.
 

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

Link components.



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