A C D E F G I L M O P R S T V 
All Classes All Packages

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.

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.StandardDebugPanel
 

D

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.PageStoreDebugPanel
 
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
 
destroy(Application) - Method in class org.apache.wicket.devutils.debugbar.DebugBarInitializer
detach() - Method in class org.apache.wicket.devutils.pagestore.browser.SessionIdentifiersModel
 
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) - Constructor for class org.apache.wicket.devutils.DevUtilsPanel
Construct.
DevUtilsPanel(String, IModel<?>) - Constructor for class org.apache.wicket.devutils.DevUtilsPanel
Construct.

E

enabled() - Method in annotation type org.apache.wicket.devutils.stateless.StatelessComponent
Can be set to false to disable stateless (this is useful if stateful component inherits from stateless one).
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, IModel<Page>) - Constructor for class org.apache.wicket.devutils.inspector.EnhancedPageView
Constructor.

F

fail(StatelessCheckFailureException) - Method in class org.apache.wicket.devutils.stateless.StatelessChecker
The given component claims to be stateless but isn't.

G

getComponent() - Method in exception org.apache.wicket.devutils.stateless.StatelessCheckFailureException
Get check failure component
getContributors(Application) - Static method in class org.apache.wicket.devutils.debugbar.DebugBar
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.PageStoreDebugPanel
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
 
getDataModel() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.PageStoreDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel
 
getImageResourceReference() - Method in class org.apache.wicket.devutils.debugbar.StandardDebugPanel
 
getLinkPageClass() - Method in class org.apache.wicket.devutils.debugbar.InspectorDebugPanel
 
getLinkPageClass() - Method in class org.apache.wicket.devutils.debugbar.PageStoreDebugPanel
 
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
 
getPersistentPageStore() - Static method in class org.apache.wicket.devutils.pagestore.PageStorePage
 

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(PageReference) - Constructor for class org.apache.wicket.devutils.inspector.InspectorPage
 
InspectorPage(PageParameters) - Constructor for class org.apache.wicket.devutils.inspector.InspectorPage
Constructor.
isVersioned() - Method in class org.apache.wicket.devutils.inspector.InspectorPage
 
isVersioned() - Method in class org.apache.wicket.devutils.pagestore.PageStorePage
 
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.pagestore.browser.SessionIdentifiersModel
 

M

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

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
 
onInitialize() - Method in class org.apache.wicket.devutils.DevUtilsPage
 
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.inspector - package org.apache.wicket.devutils.inspector
Classes that make debugging Wicket HTML applications easier.
org.apache.wicket.devutils.pagestore - package org.apache.wicket.devutils.pagestore
 
org.apache.wicket.devutils.pagestore.browser - package org.apache.wicket.devutils.pagestore.browser
 
org.apache.wicket.devutils.stateless - package org.apache.wicket.devutils.stateless
 

P

PageStoreDebugPanel - Class in org.apache.wicket.devutils.debugbar
A panel that adds a link to persisted pages to the debug bar.
PageStoreDebugPanel(String) - Constructor for class org.apache.wicket.devutils.debugbar.PageStoreDebugPanel
Construct.
PageStorePage - Class in org.apache.wicket.devutils.pagestore
A page that shows the attributes (id, name, size) of the pages stored in the data stores.
PageStorePage(PageParameters) - Constructor for class org.apache.wicket.devutils.pagestore.PageStorePage
Construct.
PersistedPanel - Class in org.apache.wicket.devutils.pagestore.browser
A panel that shows data about IPersistedPages in an IPersistentPageStore.
PersistedPanel(String, IModel<IPersistentPageStore>) - Constructor for class org.apache.wicket.devutils.pagestore.browser.PersistedPanel
Construct.
positionBottom() - Method in class org.apache.wicket.devutils.debugbar.DebugBar
Positions the DebugBar at the bottom of the page

R

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

SessionIdentifiersModel - Class in org.apache.wicket.devutils.pagestore.browser
A model that collects the keys from the DiskPageStore folder
SessionIdentifiersModel(IModel<IPersistentPageStore>) - Constructor for class org.apache.wicket.devutils.pagestore.browser.SessionIdentifiersModel
 
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.
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.
setContributors(List<IDebugBarContributor>, Application) - Static method in class org.apache.wicket.devutils.debugbar.DebugBar
 
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
 
StatelessCheckFailureException - Exception in org.apache.wicket.devutils.stateless
Just an exception that can be thrown if a StatelessChecker is invoked, the component being checked is not stateless or the behavior held by the component is not stateless.
StatelessCheckFailureException(Component, String) - Constructor for exception org.apache.wicket.devutils.stateless.StatelessCheckFailureException
Construct.
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 C D E F G I L M O P R S T V 
All Classes All Packages