wicket.markup.html.link |
wicket.markup.html.link package
Link components.
|
Java Source File Name | Type | Comment |
AutolinkPage_1.java | Class | Mock page for testing. |
AutolinkPage_2.java | Class | Mock page for testing. |
AutolinkPage_3.java | Class | Mock page for testing. |
AutolinkPage_4.java | Class | Mock page for testing. |
AutolinkTest.java | Class | |
BookmarkableHomePageLinksPage.java | Class | |
BookmarkableHomePageLinksTest.java | Class | |
BookmarkablePageLink.java | Class | Renders a stable link which can be cached in a web browser and used at a
later time. |
ContextPathLinkTest.java | Class | |
ContextPathPage.java | Class | |
DownloadLink.java | Class | A link that streams a file to the client. |
ExternalLink.java | Class | A simple anchor link (<a href="http://url">) pointing to any URL. |
HrefTest.java | Class | |
Href_1.java | Class | Mock page for testing. |
Href_2.java | Class | Mock page for testing. |
Href_3.java | Class | Mock page for testing. |
ILinkListener.java | Interface | Listener method for link clicks. |
ImageMap.java | Class | An image map holds links with different hot-area shapes. |
IndexedParamUrlCodingTest.java | Class | |
InlineFrame.java | Class | Implementation of an inline
frame component. |
InternalFrame.java | Class | Implementation of an inline
frame component. |
IPageLink.java | Interface | Interface that is used to implement delayed page linking. |
Link.java | Class | Implementation of a hyperlink component. |
Page1.java | Class | |
PageLink.java | Class | Links to a given page via an object implementing the IPageLink delayed
linking interface. |
PopupCloseLink.java | Class | Closes a popup window and cleans up any related session page map for the
popup. |
PopupSettings.java | Class | A popup specification can be used as a property of the
Link 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.java | Class | A link to any ResourceReference. |
XmlPage.java | Class | Mock page for testing. |