|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Link in org.apache.wicket.ajax.markup.html |
---|
Subclasses of Link 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 If JavaScript is enabled then the registered JavaScript event 'click' handler will be used, otherwise the 'href' attribute if the markup element is an <a>, <area> or <link>. |
Uses of Link in org.apache.wicket.ajax.markup.html.navigation.paging |
---|
Subclasses of Link 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. |
Methods in org.apache.wicket.ajax.markup.html.navigation.paging that return Link | |
---|---|
protected Link<?> |
AjaxPagingNavigator.newPagingNavigationIncrementLink(String id,
IPageable pageable,
int increment)
Create a new increment link. |
protected Link<?> |
AjaxPagingNavigator.newPagingNavigationLink(String id,
IPageable pageable,
int pageNumber)
Create a new pagenumber link. |
protected Link<?> |
AjaxPagingNavigation.newPagingNavigationLink(String id,
IPageable pageable,
int pageIndex)
Factory method for creating ajaxian page number links. |
Uses of Link in org.apache.wicket.examples.compref |
---|
Subclasses of Link in org.apache.wicket.examples.compref | |
---|---|
protected class |
TabbedPanelPage.CssSwitchingLink
|
Uses of Link in org.apache.wicket.examples.library |
---|
Methods in org.apache.wicket.examples.library that return Link | |
---|---|
static Link<Void> |
EditBook.link(String name,
long id)
Gets a link to a page that will edit a book |
Uses of Link in org.apache.wicket.extensions.ajax.markup.html |
---|
Subclasses of Link in org.apache.wicket.extensions.ajax.markup.html | |
---|---|
class |
IndicatingAjaxFallbackLink<T>
A variant of the AjaxFallbackLink that displays a busy indicator while the ajax request
is in progress. |
Uses of Link in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort |
---|
Subclasses of Link in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort | |
---|---|
class |
AjaxFallbackOrderByLink
Ajaxified OrderByLink |
Uses of Link in org.apache.wicket.extensions.breadcrumb |
---|
Subclasses of Link in org.apache.wicket.extensions.breadcrumb | |
---|---|
class |
BreadCrumbLink
A link that when clicked will set the the active bread crumb
participant to the one that is returned by BreadCrumbLink.getParticipant(String) . |
Uses of Link in org.apache.wicket.extensions.breadcrumb.panel |
---|
Subclasses of Link in org.apache.wicket.extensions.breadcrumb.panel | |
---|---|
class |
BreadCrumbPanelLink
Bread crumb link specifically for bread crumb panels . |
Uses of Link in org.apache.wicket.extensions.markup.html.repeater.data.sort |
---|
Subclasses of Link in org.apache.wicket.extensions.markup.html.repeater.data.sort | |
---|---|
class |
OrderByLink
A component that represents a sort header. |
Uses of Link in org.apache.wicket.markup.html.link |
---|
Subclasses of Link 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 |
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 Link | |
---|---|
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 | |
---|---|
Link<Void> |
ListView.moveDownLink(String id,
ListItem<T> item)
Returns a link that will move the given item "down" (towards the end) in the listView. |
Link<Void> |
ListView.moveUpLink(String id,
ListItem<T> item)
Returns a link that will move the given item "up" (towards the beginning) in the listView. |
Link<Void> |
ListView.removeLink(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 | |
---|---|
class |
PagingNavigationIncrementLink<T>
An incremental link to a page of a PageableListView. |
class |
PagingNavigationLink<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 | |
---|---|
static class |
AutoLinkResolver.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 | |
---|---|
class |
DummyHomePage.TestLink
TestLink class. |
Methods in org.apache.wicket.util.tester that return Link | |
---|---|
Link<?> |
DummyHomePage.getTestPageLink()
Retrieves the test page Link . |
Methods in org.apache.wicket.util.tester with parameters of type Link | |
---|---|
String |
BaseWicketTester.urlFor(Link<?> link)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |