Uses of Interface
org.apache.wicket.devutils.debugbar.IDebugBarContributor
Packages that use IDebugBarContributor
-
Uses of IDebugBarContributor in org.apache.wicket.devutils.debugbar
Classes in org.apache.wicket.devutils.debugbar that implement IDebugBarContributorFields in org.apache.wicket.devutils.debugbar declared as IDebugBarContributorModifier and TypeFieldDescriptionstatic final IDebugBarContributorInspectorDebugPanel.DEBUG_BAR_CONTRIBstatic final IDebugBarContributorPageStoreDebugPanel.DEBUG_BAR_CONTRIBstatic final IDebugBarContributorSessionSizeDebugPanel.DEBUG_BAR_CONTRIBstatic final IDebugBarContributorVersionDebugContributor.DEBUG_BAR_CONTRIBMethods in org.apache.wicket.devutils.debugbar that return types with arguments of type IDebugBarContributorModifier and TypeMethodDescriptionstatic List<IDebugBarContributor>DebugBar.getContributors(org.apache.wicket.Application application) Methods in org.apache.wicket.devutils.debugbar with parameters of type IDebugBarContributorModifier and TypeMethodDescriptionstatic 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 IDebugBarContributorModifier and TypeMethodDescriptionstatic voidDebugBar.setContributors(List<IDebugBarContributor> contributors, org.apache.wicket.Application application)