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 java.lang.Object implements IComponentInstantiationListener
A listener to instantiations ofFormComponents to add HTML5 attributes.
-
-
Constructor Summary
Constructors Constructor Description InstantiationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonInstantiation(Component component)AddsHTML5Attributesto allFormComponents.
-
-
-
Method Detail
-
onInstantiation
public void onInstantiation(Component component)
AddsHTML5Attributesto allFormComponents.- Specified by:
onInstantiationin interfaceIComponentInstantiationListener- Parameters:
component- the component that is being instantiated.
-
-