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 of FormComponents to add HTML5 attributes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML5Attributes.InstantiationListener
public HTML5Attributes.InstantiationListener()
onInstantiation
public void onInstantiation(Component component)
- Adds
HTML5Attributes to all FormComponents.
- Specified by:
onInstantiation in interface IComponentInstantiationListener
- Parameters:
component - the component that is being instantiated.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.