Uses of Class
org.apache.wicket.markup.html.link.Link
-
Packages that use Link Package Description org.apache.wicket.ajax.markup.html org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.markup.html.link Link components.org.apache.wicket.markup.html.list List components for tabular data and such.org.apache.wicket.markup.html.navigation.paging org.apache.wicket.markup.resolver Resolvers implement theIComponentResolverinterface and must be registered with the application.org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
-
Uses of Link in org.apache.wicket.ajax.markup.html
Subclasses of Link in org.apache.wicket.ajax.markup.html Modifier and Type Class Description classAjaxFallbackLink<T>An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled. -
Uses of Link in org.apache.wicket.ajax.markup.html.navigation.paging
Subclasses of Link in org.apache.wicket.ajax.markup.html.navigation.paging Modifier and Type Class Description classAjaxPagingNavigationIncrementLinkAn incremental Ajaxian link to a page of a PageableListView.classAjaxPagingNavigationLinkAn Ajax version of a link to a page of a PageableListView.Methods in org.apache.wicket.ajax.markup.html.navigation.paging that return Link Modifier and Type Method Description protected Link<?>AjaxPagingNavigation. newPagingNavigationLink(java.lang.String id, IPageable pageable, long pageIndex)Factory method for creating ajaxian page number links. -
Uses of Link in org.apache.wicket.markup.html.link
Subclasses of Link in org.apache.wicket.markup.html.link Modifier and Type Class Description classBookmarkablePageLink<T>Renders a stable link which can be cached in a web browser and used at a later time.classDownloadLinkA link that streams a file to the client.classPopupCloseLink<T>Closes a popup window and cleans up any related session page map for the popup.classResourceLink<T>A link to any ResourceReference.classStatelessLink<T>This link is stateless that means that the url to this link could generate a new page before the link onClick is called.Methods in org.apache.wicket.markup.html.link that return Link Modifier and Type Method Description Link<T>Link. setAnchor(Component anchor)Sets an anchor component.Link<T>Link. setAutoEnable(boolean autoEnable)Sets whether this link should automatically enable/disable based on current page.Link<T>Link. setPopupSettings(PopupSettings popupSettings)Sets the popup specification. -
Uses of Link in org.apache.wicket.markup.html.list
Methods in org.apache.wicket.markup.html.list that return Link Modifier and Type Method Description Link<java.lang.Void>ListView. moveDownLink(java.lang.String id, ListItem<T> item)Returns a link that will move the given item "down" (towards the end) in the listView.Link<java.lang.Void>ListView. moveUpLink(java.lang.String id, ListItem<T> item)Returns a link that will move the given item "up" (towards the beginning) in the listView.Link<java.lang.Void>ListView. removeLink(java.lang.String id, ListItem<T> item)Returns a link that will remove this ListItem from the ListView that holds it. -
Uses of Link in org.apache.wicket.markup.html.navigation.paging
Subclasses of Link in org.apache.wicket.markup.html.navigation.paging Modifier and Type Class Description classPagingNavigationIncrementLink<T>An incremental link to a page of a PageableListView.classPagingNavigationLink<T>A link to a page of a PageableListView. -
Uses of Link in org.apache.wicket.markup.resolver
Subclasses of Link in org.apache.wicket.markup.resolver Modifier and Type Class Description static classAutoLinkResolver.AutolinkBookmarkablePageLink<T>Autolink components delegate component resolution to their parent components. -
Uses of Link in org.apache.wicket.util.tester
Subclasses of Link in org.apache.wicket.util.tester Modifier and Type Class Description classDummyHomePage.TestLinkTestLinkclass.Methods in org.apache.wicket.util.tester that return Link Modifier and Type Method Description Link<?>DummyHomePage. getTestPageLink()Retrieves the test pageLink.Methods in org.apache.wicket.util.tester with parameters of type Link Modifier and Type Method Description java.lang.StringBaseWicketTester. urlFor(Link<?> link)
-