Uses of Interface
org.apache.wicket.devutils.debugbar.IDebugBarContributor
-
Packages that use IDebugBarContributor Package Description org.apache.wicket.devutils.debugbar -
-
Uses of IDebugBarContributor in org.apache.wicket.devutils.debugbar
Classes in org.apache.wicket.devutils.debugbar that implement IDebugBarContributor Modifier and Type Class Description classVersionDebugContributorFields in org.apache.wicket.devutils.debugbar declared as IDebugBarContributor Modifier and Type Field Description static IDebugBarContributorInspectorDebugPanel. DEBUG_BAR_CONTRIBstatic IDebugBarContributorPageStoreDebugPanel. DEBUG_BAR_CONTRIBstatic IDebugBarContributorSessionSizeDebugPanel. DEBUG_BAR_CONTRIBstatic IDebugBarContributorVersionDebugContributor. DEBUG_BAR_CONTRIBMethods in org.apache.wicket.devutils.debugbar that return types with arguments of type IDebugBarContributor Modifier and Type Method Description static java.util.List<IDebugBarContributor>DebugBar. getContributors(org.apache.wicket.Application application)Methods in org.apache.wicket.devutils.debugbar with parameters of type IDebugBarContributor Modifier and Type Method Description static voidDebugBar. registerContributor(IDebugBarContributor contrib)Register your own custom contributor that will be part of the debug bar.static voidDebugBar. registerContributor(IDebugBarContributor contrib, org.apache.wicket.Application application)Register your own custom contributor that will be part of the debug bar.Method parameters in org.apache.wicket.devutils.debugbar with type arguments of type IDebugBarContributor Modifier and Type Method Description static voidDebugBar. setContributors(java.util.List<IDebugBarContributor> contributors, org.apache.wicket.Application application)
-