Package 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
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.
 

Package wicket.markup.html.link Description

Link components.



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