Package org.apache.wicket.markup.html.link
Link components.
-
Class Summary Class Description 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 existingImage
component.DisabledAttributeLinkBehavior A behavior to add attribute "disabled" to a Link component when it is disabled.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 theLink
classes 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.