Uses of Interface
org.apache.wicket.application.IComponentInstantiationListener
-
Packages that use IComponentInstantiationListener Package Description org.apache.wicket.application org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier.org.apache.wicket.guice org.apache.wicket.markup.html Base package of HTML markup.org.apache.wicket.spring.injection.annot This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware. -
-
Uses of IComponentInstantiationListener in org.apache.wicket.application
Classes in org.apache.wicket.application that implement IComponentInstantiationListener Modifier and Type Class Description class
ComponentInstantiationListenerCollection
-
Uses of IComponentInstantiationListener in org.apache.wicket.devutils.inspector
Classes in org.apache.wicket.devutils.inspector that implement IComponentInstantiationListener Modifier and Type Class Description class
RenderPerformanceListener
A listener that adds a specialBehavior
that measures the time needed by a component to render itself. -
Uses of IComponentInstantiationListener in org.apache.wicket.guice
Classes in org.apache.wicket.guice that implement IComponentInstantiationListener Modifier and Type Class Description class
GuiceComponentInjector
Injects field members of components and behaviors using Guice. -
Uses of IComponentInstantiationListener in org.apache.wicket.markup.html
Classes in org.apache.wicket.markup.html that implement IComponentInstantiationListener Modifier and Type Class Description static class
HTML5Attributes.InstantiationListener
A listener to instantiations ofFormComponent
s to add HTML5 attributes. -
Uses of IComponentInstantiationListener in org.apache.wicket.spring.injection.annot
Classes in org.apache.wicket.spring.injection.annot that implement IComponentInstantiationListener Modifier and Type Class Description class
SpringComponentInjector
IComponentInstantiationListener
that injects component and behavior properties annotated withSpringBean
annotations.
-