Uses of Interface
wicket.markup.html.INewBrowserWindowListener

Packages that use INewBrowserWindowListener
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.link Link components. 
wicket.markup.html.pages Default special purpose pages for error and feedback support. 
wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of INewBrowserWindowListener in wicket.markup.html
 

Classes in wicket.markup.html that implement INewBrowserWindowListener
 class WebPage
          Base class for HTML pages.
 

Uses of INewBrowserWindowListener in wicket.markup.html.link
 

Classes in wicket.markup.html.link that implement INewBrowserWindowListener
static class PopupCloseLink.ClosePopupPage
          ClosePopupPage closes the popup window.
 

Uses of INewBrowserWindowListener in wicket.markup.html.pages
 

Classes in wicket.markup.html.pages that implement INewBrowserWindowListener
 class AccessDeniedPage
          Page expired error page.
 class BrowserInfoPage
           This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form.
 class ExceptionErrorPage
          Shows a runtime exception on a nice HTML page.
 class InternalErrorPage
          Internal error display page.
 class PageExpiredErrorPage
          Page expired error page.
 class RedirectPage
          Page that let the browser redirect.
 

Uses of INewBrowserWindowListener in wicket.util.tester
 

Classes in wicket.util.tester that implement INewBrowserWindowListener
 class DummyHomePage
          A dummy homepage required by WicketTester only
 class DummyPanelPage
          A dummy panel component
 



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