Java org.apache.wicket.devutils.debugbar DebugBar fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.devutils.debugbar DebugBar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.devutils.debugbar DebugBar.

The text is from its open source code.

Subclass

org.apache.wicket.devutils.debugbar.DebugBar has subclasses.
Click this link to see all its subclasses.

Constructor

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
voidregisterContributor(final IDebugBarContributor contrib, final Application application)
Register your own custom contributor that will be part of the debug bar.
voidsetContributors(List contributors, Application application)