|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLink | |
|---|---|
| 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 the IComponentResolver interface and must be registered with the
application. |
| org.apache.wicket.util.template | Resource extensions that make working with header contributions easier and more maintainable. |
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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. |
| Uses of AbstractLink in org.apache.wicket.markup.html.form |
|---|
| Subclasses of AbstractLink in org.apache.wicket.markup.html.form | |
|---|---|
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 | |
|---|---|
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 |
PageLink<T>
Deprecated. use BookmarkabpePageLink or Link instead |
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
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 | |
|---|---|
AbstractLink |
AbstractLink.setAfterDisabledLink(java.lang.String afterDisabledLink)
Sets the insertion string to allow disabled links to look like Disabled link . |
AbstractLink |
AbstractLink.setBeforeDisabledLink(java.lang.String beforeDisabledLink)
Sets the insertion string to allow disabled links to look like Disabled link . |
| Uses of AbstractLink in org.apache.wicket.markup.html.navigation.paging |
|---|
| Subclasses of AbstractLink in org.apache.wicket.markup.html.navigation.paging | |
|---|---|
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 | |
|---|---|
protected AbstractLink |
PagingNavigator.newPagingNavigationIncrementLink(java.lang.String id,
IPageable pageable,
int increment)
Create a new increment link. |
protected AbstractLink |
PagingNavigator.newPagingNavigationLink(java.lang.String id,
IPageable pageable,
int pageNumber)
Create a new pagenumber link. |
protected AbstractLink |
PagingNavigation.newPagingNavigationLink(java.lang.String id,
IPageable pageable,
int pageIndex)
Factory method for creating page number links. |
| Uses of AbstractLink in org.apache.wicket.markup.resolver |
|---|
| Subclasses of AbstractLink in org.apache.wicket.markup.resolver | |
|---|---|
static class |
AutoLinkResolver.AutolinkBookmarkablePageLink<T>
Autolink components delegate component resolution to their parent components. |
| Uses of AbstractLink in org.apache.wicket.util.template |
|---|
| Subclasses of AbstractLink in org.apache.wicket.util.template | |
|---|---|
class |
TextTemplateLink<T>
Links to shared, interpolated TextTemplate resources created by a factory. |
| Uses of AbstractLink in org.apache.wicket.util.tester |
|---|
| Subclasses of AbstractLink in org.apache.wicket.util.tester | |
|---|---|
class |
DummyHomePage.TestLink
TestLink class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||