org.apache.wicket.markup.html
Class HTML5Attributes.InstantiationListener

java.lang.Object
  extended by 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.


Constructor Summary
HTML5Attributes.InstantiationListener()
           
 
Method Summary
 void onInstantiation(Component component)
          Adds HTML5Attributes to all FormComponents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTML5Attributes.InstantiationListener

public HTML5Attributes.InstantiationListener()
Method Detail

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–2016 Apache Software Foundation. All rights reserved.