Uses of Class
org.apache.wicket.PageId

Packages that use PageId
org.apache.wicket The core Wicket package. 
org.apache.wicket.request.target.component   
 

Uses of PageId in org.apache.wicket
 

Methods in org.apache.wicket that return PageId
 PageId Page.getPageId()
          Gets page instance's unique identifier
 

Methods in org.apache.wicket with parameters of type PageId
 java.lang.CharSequence RequestCycle.urlFor(PageId id)
          Returns a URL that references the page pointed to by id
 

Uses of PageId in org.apache.wicket.request.target.component
 

Methods in org.apache.wicket.request.target.component that return PageId
 PageId PageIdRequestTarget.getPageId()
           
 

Constructors in org.apache.wicket.request.target.component with parameters of type PageId
PageIdRequestTarget(PageId pageId)
          Constructor
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.