Uses of Class
org.apache.wicket.devutils.DevUtilsPanel

Packages that use DevUtilsPanel
org.apache.wicket.devutils.debugbar   
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
 

Uses of DevUtilsPanel in org.apache.wicket.devutils.debugbar
 

Subclasses of DevUtilsPanel in org.apache.wicket.devutils.debugbar
 class DebugBar
          The debug bar is for use during development.
 class InspectorDebugPanel
          A panel that adds a link to the inspector to the debug bar.
 class SessionSizeDebugPanel
          A panel for the debug bar that shows the session size and links to the page that shows more information about sessions.
 class StandardDebugPanel
          A standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link.
 

Uses of DevUtilsPanel in org.apache.wicket.devutils.inspector
 

Subclasses of DevUtilsPanel in org.apache.wicket.devutils.inspector
 class ApplicationView
          A Wicket panel that shows interesting information about a given Wicket session.
 class InspectorBug
          A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
 class PageMapView
          A Wicket panel that shows interesting information about a given Wicket pagemap.
 class SessionView
          A Wicket panel that shows interesting information about a given Wicket session.
 



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