Uses of Interface
org.apache.wicket.devutils.debugbar.IDebugBarContributor

Packages that use IDebugBarContributor
org.apache.wicket.devutils.debugbar   
 

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

Classes in org.apache.wicket.devutils.debugbar that implement IDebugBarContributor
 class VersionDebugContributor
           
 

Fields in org.apache.wicket.devutils.debugbar declared as IDebugBarContributor
static IDebugBarContributor VersionDebugContributor.DEBUG_BAR_CONTRIB
           
static IDebugBarContributor SessionSizeDebugPanel.DEBUG_BAR_CONTRIB
           
static IDebugBarContributor PageSizeDebugPanel.DEBUG_BAR_CONTRIB
           
static IDebugBarContributor InspectorDebugPanel.DEBUG_BAR_CONTRIB
           
 

Methods in org.apache.wicket.devutils.debugbar that return types with arguments of type IDebugBarContributor
static List<IDebugBarContributor> DebugBar.getContributors(Application application)
           
 

Methods in org.apache.wicket.devutils.debugbar with parameters of type IDebugBarContributor
static void DebugBar.registerContributor(IDebugBarContributor contrib)
          Register your own custom contributor that will be part of the debug bar.
static void DebugBar.registerContributor(IDebugBarContributor contrib, 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
static void DebugBar.setContributors(List<IDebugBarContributor> contributors, Application application)
           
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.