Uses of Class
wicket.markup.html.link.Link

Packages that use Link
wicket.ajax.markup.html   
wicket.ajax.markup.html.navigation.paging   
wicket.markup.html.link Link components. 
wicket.markup.html.list List components for tabular data and such. 
wicket.markup.html.navigation.paging   
wicket.markup.html.tree Package for Tree components. 
wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
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 wicket.ajax.markup.html
 

Subclasses of Link in wicket.ajax.markup.html
 class AjaxFallbackLink
          An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled
 

Uses of Link in wicket.ajax.markup.html.navigation.paging
 

Subclasses of Link in 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 wicket.ajax.markup.html.navigation.paging that return Link
protected  Link AjaxPagingNavigator.newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Create a new increment link.
protected  Link AjaxPagingNavigator.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Create a new pagenumber link.
 

Uses of Link in wicket.markup.html.link
 

Subclasses of Link in wicket.markup.html.link
 class BookmarkablePageLink
          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 PageLink
          Links to a given page via an object implementing the IPageLink delayed linking interface.
 class PopupCloseLink
          Closes a popup window and cleans up any related session page map for the popup.
 class ResourceLink
          A link to any ResourceReference.
 

Methods in wicket.markup.html.link that return Link
 Link Link.setAutoEnable(boolean autoEnable)
          Sets whether this link should automatically enable/disable based on current page.
 Link Link.setPopupSettings(PopupSettings popupSettings)
          Sets the popup specification.
 

Methods in wicket.markup.html.link with parameters of type Link
 ImageMap ImageMap.addCircleLink(int x1, int y1, int radius, Link link)
          Adds a circle link.
 ImageMap ImageMap.addPolygonLink(int[] coordinates, Link link)
          Adds a polygon link.
 ImageMap ImageMap.addRectangleLink(int x1, int y1, int x2, int y2, Link link)
          Adds a rectangular link.
 

Uses of Link in wicket.markup.html.list
 

Methods in wicket.markup.html.list that return Link
 Link ListView.moveDownLink(java.lang.String id, ListItem item)
          Returns a link that will move the given item "down" (towards the end) in the listView.
 Link ListView.moveUpLink(java.lang.String id, ListItem item)
          Returns a link that will move the given item "up" (towards the beginning) in the listView.
 Link ListView.removeLink(java.lang.String id, ListItem item)
          Returns a link that will remove this ListItem from the ListView that holds it.
 

Uses of Link in wicket.markup.html.navigation.paging
 

Subclasses of Link in wicket.markup.html.navigation.paging
 class PagingNavigationIncrementLink
          An incremental link to a page of a PageableListView.
 class PagingNavigationLink
          A link to a page of a PageableListView.
 

Methods in wicket.markup.html.navigation.paging that return Link
protected  Link PagingNavigator.newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Create a new increment link.
protected  Link PagingNavigator.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Create a new pagenumber link.
 

Uses of Link in wicket.markup.html.tree
 

Methods in wicket.markup.html.tree that return Link
protected  Link Tree.createJunctionLink(javax.swing.tree.DefaultMutableTreeNode node)
          Creates a junction link.
protected  Link Tree.createNodeLink(javax.swing.tree.DefaultMutableTreeNode node)
          Creates a node link.
 

Uses of Link in wicket.markup.resolver
 

Subclasses of Link in wicket.markup.resolver
static class AutoLinkResolver.AutolinkBookmarkablePageLink
          Autolink components delegate component resolution to their parent components.
 

Uses of Link in wicket.util.tester
 

Subclasses of Link in wicket.util.tester
 class DummyHomePage.TestLink
           
 

Methods in wicket.util.tester that return Link
 Link DummyHomePage.getTestPageLink()
           
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.