Uses of Class
org.apache.wicket.markup.html.link.AbstractLink
-
Packages that use AbstractLink Package Description org.apache.wicket.ajax.markup.html org.apache.wicket.ajax.markup.html.form org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.markup.html.form HTML Forms and form components.org.apache.wicket.markup.html.link Link components.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 AbstractLink in org.apache.wicket.ajax.markup.html
Subclasses of AbstractLink 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.classAjaxLink<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 classAjaxSubmitLinkA 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 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 AbstractLink Modifier and Type Method Description protected AbstractLinkAjaxPagingNavigator. newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)Create a new increment link.protected AbstractLinkAjaxPagingNavigator. newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)Create a new pagenumber link. -
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 classAbstractSubmitLinkAbstract class for links that are capable of submitting a form.classSubmitLinkA 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 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.classExternalLinkA simple anchor link (<a href="http://url">) pointing to any URL.classLink<T>Implementation of a hyperlink component.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 AbstractLink Modifier and Type Method Description AbstractLinkAbstractLink. 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 ClientSideImageMapClientSideImageMap. addCircleArea(AbstractLink link, int x, int y, int radius)Adds a circle-shaped area centered at (x,y) with radius r.ClientSideImageMapClientSideImageMap. addPolygonArea(AbstractLink link, int... coordinates)Adds a polygon-shaped area defined by coordinates.ClientSideImageMapClientSideImageMap. addRectangleArea(AbstractLink link, int x1, int y1, int x2, int y2)Adds a rectangular-shaped area.ClientSideImageMapClientSideImageMap. addShapeArea(AbstractLink link, java.awt.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 classPagingNavigationIncrementLink<T>An incremental link to a page of a PageableListView.classPagingNavigationLink<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 AbstractLinkPagingNavigator. newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)Create a new increment link.protected AbstractLinkPagingNavigation. newPagingNavigationLink(java.lang.String id, IPageable pageable, long pageIndex)Factory method for creating page number links.protected AbstractLinkPagingNavigator. newPagingNavigationLink(java.lang.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 classAutoLinkResolver.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 classDummyHomePage.TestLinkTestLinkclass.
-