Uses of Class
org.apache.wicket.markup.html.link.AbstractLink
-
-
Uses of AbstractLink in org.apache.wicket.ajax.markup.html
Subclasses of AbstractLink in org.apache.wicket.ajax.markup.html Modifier and Type Class Description class
AjaxFallbackLink<T>
An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled.class
AjaxLink<T>
A component that allows a trigger request to be triggered via html anchor tag -
Uses of AbstractLink in org.apache.wicket.ajax.markup.html.form
Subclasses of AbstractLink in org.apache.wicket.ajax.markup.html.form Modifier and Type Class Description class
AjaxSubmitLink
A link that submits a form via ajax. -
Uses of AbstractLink in org.apache.wicket.ajax.markup.html.navigation.paging
Subclasses of AbstractLink in org.apache.wicket.ajax.markup.html.navigation.paging Modifier and Type Class Description class
AjaxPagingNavigationIncrementLink
An incremental Ajaxian link to a page of a PageableListView.class
AjaxPagingNavigationLink
An Ajax version of a link to a page of a PageableListView.Methods in org.apache.wicket.ajax.markup.html.navigation.paging that return AbstractLink Modifier and Type Method Description protected AbstractLink
AjaxPagingNavigator. newPagingNavigationIncrementLink(String id, IPageable pageable, int increment)
Create a new increment link.protected AbstractLink
AjaxPagingNavigator. newPagingNavigationLink(String id, IPageable pageable, int pageNumber)
Create a new pagenumber link. -
Uses of AbstractLink in org.apache.wicket.extensions.ajax.markup.html
Subclasses of AbstractLink in org.apache.wicket.extensions.ajax.markup.html Modifier and Type Class Description class
IndicatingAjaxFallbackLink<T>
A variant of theAjaxFallbackLink
that displays a busy indicator while the ajax request is in progress.class
IndicatingAjaxLink<T>
A variant of theAjaxLink
that displays a busy indicator while the ajax request is in progress. -
Uses of AbstractLink in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
Subclasses of AbstractLink in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort Modifier and Type Class Description class
AjaxOrderByLink<S>
AjaxifiedOrderByLink
-
Uses of AbstractLink in org.apache.wicket.extensions.breadcrumb
Subclasses of AbstractLink in org.apache.wicket.extensions.breadcrumb Modifier and Type Class Description class
BreadCrumbLink
A link that when clicked will set the the activebread crumb participant
to the one that is returned byBreadCrumbLink.getParticipant(String)
. -
Uses of AbstractLink in org.apache.wicket.extensions.breadcrumb.panel
Subclasses of AbstractLink in org.apache.wicket.extensions.breadcrumb.panel Modifier and Type Class Description class
BreadCrumbPanelLink
Bread crumb link specifically forbread crumb panels
. -
Uses of AbstractLink in org.apache.wicket.extensions.markup.html.repeater.data.sort
Subclasses of AbstractLink in org.apache.wicket.extensions.markup.html.repeater.data.sort Modifier and Type Class Description class
OrderByLink<S>
A component that represents a sort header. -
Uses of AbstractLink in org.apache.wicket.markup.html.form
Subclasses of AbstractLink in org.apache.wicket.markup.html.form Modifier and Type Class Description class
AbstractSubmitLink
Abstract class for links that are capable of submitting a form.class
SubmitLink
A link which can be used exactly like a Button to submit a Form. -
Uses of AbstractLink in org.apache.wicket.markup.html.link
Subclasses of AbstractLink in org.apache.wicket.markup.html.link Modifier and Type Class Description class
BookmarkablePageLink<T>
Renders a stable link which can be cached in a web browser and used at a later time.class
DownloadLink
A link that streams a file to the client.class
ExternalLink
A simple anchor link (<a href="http://url">) pointing to any URL.class
Link<T>
Implementation of a hyperlink component.class
PopupCloseLink<T>
Closes a popup window and cleans up any related session page map for the popup.class
ResourceLink<T>
A link to any ResourceReference.class
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.Methods in org.apache.wicket.markup.html.link that return AbstractLink Modifier and Type Method Description AbstractLink
AbstractLink. setBody(IModel<?> bodyModel)
Sets the link's body modelMethods in org.apache.wicket.markup.html.link with parameters of type AbstractLink Modifier and Type Method Description ClientSideImageMap
ClientSideImageMap. addCircleArea(AbstractLink link, int x, int y, int radius)
Adds a circle-shaped area centered at (x,y) with radius r.ClientSideImageMap
ClientSideImageMap. addPolygonArea(AbstractLink link, int... coordinates)
Adds a polygon-shaped area defined by coordinates.ClientSideImageMap
ClientSideImageMap. addRectangleArea(AbstractLink link, int x1, int y1, int x2, int y2)
Adds a rectangular-shaped area.ClientSideImageMap
ClientSideImageMap. addShapeArea(AbstractLink link, Shape shape)
Adds an area defined by a shape object. -
Uses of AbstractLink in org.apache.wicket.markup.html.navigation.paging
Subclasses of AbstractLink in org.apache.wicket.markup.html.navigation.paging Modifier and Type Class Description class
PagingNavigationIncrementLink<T>
An incremental link to a page of a PageableListView.class
PagingNavigationLink<T>
A link to a page of a PageableListView.Methods in org.apache.wicket.markup.html.navigation.paging that return AbstractLink Modifier and Type Method Description protected AbstractLink
PagingNavigator. newPagingNavigationIncrementLink(String id, IPageable pageable, int increment)
Create a new increment link.protected AbstractLink
PagingNavigation. newPagingNavigationLink(String id, IPageable pageable, long pageIndex)
Factory method for creating page number links.protected AbstractLink
PagingNavigator. newPagingNavigationLink(String id, IPageable pageable, int pageNumber)
Create a new pagenumber link. -
Uses of AbstractLink in org.apache.wicket.markup.resolver
Subclasses of AbstractLink in org.apache.wicket.markup.resolver Modifier and Type Class Description static class
AutoLinkResolver.AutolinkBookmarkablePageLink<T>
Autolink components delegate component resolution to their parent components. -
Uses of AbstractLink in org.apache.wicket.util.tester
Subclasses of AbstractLink in org.apache.wicket.util.tester Modifier and Type Class Description class
DummyHomePage.TestLink
TestLink
class.
-