Package org.apache.wicket.markup.html
Class HTML5Attributes.InstantiationListener
- java.lang.Object
-
- org.apache.wicket.markup.html.HTML5Attributes.InstantiationListener
-
- All Implemented Interfaces:
IComponentInstantiationListener
- Enclosing class:
- HTML5Attributes
public static class HTML5Attributes.InstantiationListener extends Object implements IComponentInstantiationListener
A listener to instantiations ofFormComponent
s to add HTML5 attributes.
-
-
Constructor Summary
Constructors Constructor Description InstantiationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onInstantiation(Component component)
AddsHTML5Attributes
to allFormComponent
s.
-
-
-
Constructor Detail
-
InstantiationListener
public InstantiationListener()
-
-
Method Detail
-
onInstantiation
public void onInstantiation(Component component)
AddsHTML5Attributes
to allFormComponent
s.- Specified by:
onInstantiation
in interfaceIComponentInstantiationListener
- Parameters:
component
- the component that is being instantiated.
-
-