A B C D E G I L M N O P R S T V

A

accepts(Component) - Method in class org.apache.wicket.devutils.inspector.RenderPerformanceListener
Filters which components' render performance should be measured.
ApplicationView - Class in org.apache.wicket.devutils.inspector
A Wicket panel that shows interesting information about a given Wicket session.
ApplicationView(String, Application) - Constructor for class org.apache.wicket.devutils.inspector.ApplicationView
Constructor.

B

BrowserPanel - Class in org.apache.wicket.devutils.diskstore.browser
A panel that shows the data about pages in the data store
BrowserPanel(String) - Constructor for class org.apache.wicket.devutils.diskstore.browser.BrowserPanel
Construct.

C

check() - Static method in exception org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException
Verifies that development utilities are enabled.
createComponent(String, DebugBar) - Method in interface org.apache.wicket.devutils.debugbar.IDebugBarContributor
 
createComponent(String, DebugBar) - Method in class org.apache.wicket.devutils.debugbar.VersionDebugContributor
 
createLink(String) - Method in class org.apache.wicket.devutils.debugbar.PageSizeDebugPanel
 
createLink(String) - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 

D

DataStoreHelper - Class in org.apache.wicket.devutils.diskstore.browser
A helper to work with DebugDiskDataStore
DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.PageSizeDebugPanel
 
DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
 
DEBUG_BAR_CONTRIB - Static variable in class org.apache.wicket.devutils.debugbar.VersionDebugContributor
 
DebugBar - Class in org.apache.wicket.devutils.debugbar
The debug bar is for use during development.
DebugBar(String) - Constructor for class org.apache.wicket.devutils.debugbar.DebugBar
Construct.
DebugBar(String, boolean) - Constructor for class org.apache.wicket.devutils.debugbar.DebugBar
Construct.
DebugBarInitializer - Class in org.apache.wicket.devutils.debugbar
Debug bar module initializer
DebugBarInitializer() - Constructor for class org.apache.wicket.devutils.debugbar.DebugBarInitializer
 
DebugDiskDataStore - Class in org.apache.wicket.devutils.diskstore
An extension of DiskDataStore that is able to browse the content of the file storage.
DebugDiskDataStore(String, File, Bytes) - Constructor for class org.apache.wicket.devutils.diskstore.DebugDiskDataStore
Construct.
DebugPageManagerProvider - Class in org.apache.wicket.devutils.diskstore
 
DebugPageManagerProvider(Application) - Constructor for class org.apache.wicket.devutils.diskstore.DebugPageManagerProvider
Construct.
destroy(Application) - Method in class org.apache.wicket.devutils.debugbar.DebugBarInitializer
DevelopmentUtilitiesNotEnabledException - Exception in org.apache.wicket.devutils
Just an exception that can be thrown if a development utility is invoked, constructed, etc, and the setting in the application is not enabled.
DevelopmentUtilitiesNotEnabledException() - Constructor for exception org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException
Construct.
DevUtilsPage - Class in org.apache.wicket.devutils
All pages in the wicket-devutils package should extend this page so that they automatically get checked to make sure that the utilities are enabled in the application debug settings.
DevUtilsPage() - Constructor for class org.apache.wicket.devutils.DevUtilsPage
Construct.
DevUtilsPage(IModel<?>) - Constructor for class org.apache.wicket.devutils.DevUtilsPage
Construct.
DevUtilsPage(PageParameters) - Constructor for class org.apache.wicket.devutils.DevUtilsPage
Construct.
DevUtilsPanel - Class in org.apache.wicket.devutils
All panels in the wicket-devutils package should extend this panel so that they automatically get checked to make sure that the utilities are enabled in the application debug settings.
DevUtilsPanel(String, IModel<?>) - Constructor for class org.apache.wicket.devutils.DevUtilsPanel
Construct.
DevUtilsPanel(String) - Constructor for class org.apache.wicket.devutils.DevUtilsPanel
Construct.
DiskStoreBrowserPage - Class in org.apache.wicket.devutils.diskstore
A page that shows the attributes (id, name, size) of the pages stored in the data stores.
DiskStoreBrowserPage(PageParameters) - Constructor for class org.apache.wicket.devutils.diskstore.DiskStoreBrowserPage
Construct.

E

EnhancedPageView - Class in org.apache.wicket.devutils.inspector
Enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation.
EnhancedPageView(String, Page) - Constructor for class org.apache.wicket.devutils.inspector.EnhancedPageView
Constructor.
EnhancedPageView(String, IModel<Page>) - Constructor for class org.apache.wicket.devutils.inspector.EnhancedPageView
Constructor.

G

getDataModel() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.PageSizeDebugPanel
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
getDataStore() - Static method in class org.apache.wicket.devutils.diskstore.browser.DataStoreHelper
 
getDataStore() - Method in class org.apache.wicket.devutils.diskstore.DebugPageManagerProvider
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.PageSizeDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
getLastPageWindows(String, int) - Method in class org.apache.wicket.devutils.diskstore.DebugDiskDataStore
 
getLinkPageClass() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getLinkPageClass() - Method in class org.apache.wicket.devutils.debugbar.PageSizeDebugPanel
 
getLinkPageClass() - Method in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
 
getLinkPageClass() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
getLinkPageParameters() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getLinkPageParameters() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
getObject() - Method in class org.apache.wicket.devutils.inspector.SessionSizeModel
 
getStoreFolder() - Method in class org.apache.wicket.devutils.diskstore.DebugDiskDataStore
 

I

IDebugBarContributor - Interface in org.apache.wicket.devutils.debugbar
 
init(Application) - Method in class org.apache.wicket.devutils.debugbar.DebugBarInitializer
InspectorDebugPanel - Class in org.apache.wicket.devutils.debugbar
A panel that adds a link to the inspector to the debug bar.
InspectorDebugPanel(String) - Constructor for class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
Construct.
InspectorPage - Class in org.apache.wicket.devutils.inspector
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
InspectorPage(PageParameters) - Constructor for class org.apache.wicket.devutils.inspector.InspectorPage
Constructor.
isVersioned() - Method in class org.apache.wicket.devutils.diskstore.DiskStoreBrowserPage
 
isVersioned() - Method in class org.apache.wicket.devutils.inspector.InspectorPage
 
isVisible() - Method in class org.apache.wicket.devutils.debugbar.DebugBar
 

L

LiveSessionsPage - Class in org.apache.wicket.devutils.inspector
 
LiveSessionsPage() - Constructor for class org.apache.wicket.devutils.inspector.LiveSessionsPage
Construct.
load() - Method in class org.apache.wicket.devutils.diskstore.browser.SessionsProviderModel
 

M

mustCheck(Component) - Method in class org.apache.wicket.devutils.stateless.StatelessChecker
Returns true if checker must check given component, false otherwise.

N

newDataStore() - Method in class org.apache.wicket.devutils.diskstore.DebugPageManagerProvider
 

O

onBeforeRender() - Method in class org.apache.wicket.devutils.DevUtilsPage
 
onBeforeRender() - Method in class org.apache.wicket.devutils.DevUtilsPanel
 
onBeforeRender(Component) - Method in class org.apache.wicket.devutils.stateless.StatelessChecker
 
onInitialize() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
onInstantiation(Component) - Method in class org.apache.wicket.devutils.inspector.RenderPerformanceListener
 
org.apache.wicket.devutils - package org.apache.wicket.devutils
 
org.apache.wicket.devutils.debugbar - package org.apache.wicket.devutils.debugbar
 
org.apache.wicket.devutils.diskstore - package org.apache.wicket.devutils.diskstore
 
org.apache.wicket.devutils.diskstore.browser - package org.apache.wicket.devutils.diskstore.browser
 
org.apache.wicket.devutils.inspector - package org.apache.wicket.devutils.inspector
Classes that make debugging Wicket HTML applications easier.
org.apache.wicket.devutils.stateless - package org.apache.wicket.devutils.stateless
 

P

PageSizeDebugPanel - Class in org.apache.wicket.devutils.debugbar
A panel for the debug bar that shows the size of the currently shown page.
PageSizeDebugPanel(String) - Constructor for class org.apache.wicket.devutils.debugbar.PageSizeDebugPanel
Construct.

R

register(Application) - Static method in class org.apache.wicket.devutils.diskstore.DebugDiskDataStore
Configures the page manager provider and mounts the page at wicket/internal/debug/diskDataStore
registerContributor(IDebugBarContributor) - Static method in class org.apache.wicket.devutils.debugbar.DebugBar
Register your own custom contributor that will be part of the debug bar.
registerContributor(IDebugBarContributor, Application) - Static method in class org.apache.wicket.devutils.debugbar.DebugBar
Register your own custom contributor that will be part of the debug bar.
renderHead(IHeaderResponse) - Method in class org.apache.wicket.devutils.debugbar.DebugBar
 
RenderPerformanceListener - Class in org.apache.wicket.devutils.inspector
A listener that adds a special Behavior that measures the time needed by a component to render itself.
RenderPerformanceListener() - Constructor for class org.apache.wicket.devutils.inspector.RenderPerformanceListener
 
RequestsPage - Class in org.apache.wicket.devutils.inspector
 
RequestsPage(IRequestLogger.SessionData) - Constructor for class org.apache.wicket.devutils.inspector.RequestsPage
Construct.

S

SessionSizeDebugPanel - Class in org.apache.wicket.devutils.debugbar
A panel for the debug bar that shows the session size and links to the page that shows more information about sessions.
SessionSizeDebugPanel(String) - Constructor for class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
Construct.
SessionSizeModel - Class in org.apache.wicket.devutils.inspector
Calculates
SessionSizeModel() - Constructor for class org.apache.wicket.devutils.inspector.SessionSizeModel
Construct.
SessionSizeModel(Session) - Constructor for class org.apache.wicket.devutils.inspector.SessionSizeModel
Deprecated. 
SessionsProviderModel - Class in org.apache.wicket.devutils.diskstore.browser
A model that collects the session ids from the DiskDataStore folder
SessionsProviderModel() - Constructor for class org.apache.wicket.devutils.diskstore.browser.SessionsProviderModel
 
SessionView - Class in org.apache.wicket.devutils.inspector
A Wicket panel that shows interesting information about a given Wicket session.
SessionView(String, Session) - Constructor for class org.apache.wicket.devutils.inspector.SessionView
Constructor.
StandardDebugPanel - Class in org.apache.wicket.devutils.debugbar
A standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link.
StandardDebugPanel(String) - Constructor for class org.apache.wicket.devutils.debugbar.StandardDebugPanel
Construct.
StatelessChecker - Class in org.apache.wicket.devutils.stateless
Stateless checker.
StatelessChecker() - Constructor for class org.apache.wicket.devutils.stateless.StatelessChecker
 
StatelessComponent - Annotation Type in org.apache.wicket.devutils.stateless
Annotation for wicket components that you want to be sure remain stateless during the development cycle.

T

toString() - Method in class org.apache.wicket.devutils.debugbar.DebugBarInitializer
 

V

VersionDebugContributor - Class in org.apache.wicket.devutils.debugbar
 
VersionDebugContributor() - Constructor for class org.apache.wicket.devutils.debugbar.VersionDebugContributor
 

A B C D E G I L M N O P R S T V

Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.