Uses of Class
org.apache.wicket.devutils.DevUtilsPanel
Packages that use DevUtilsPanel
Package
Description
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.debugbarModifier and TypeClassDescriptionclass
The debug bar is for use during development.class
A panel that adds a link to the inspector to the debug bar.class
A panel that adds a link to persisted pages to the debug bar.class
A panel for the debug bar that shows the session size and links to the page that shows more information about sessions.class
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.inspectorModifier and TypeClassDescriptionfinal class
A Wicket panel that shows interesting information about a given Wicket session.final class
A Wicket panel that shows interesting information about a given Wicket session.