public interface HTML5Input
Inputs that can represented as html5 inputs.
This does not change the behaviour of the input but does assert compatibility (or not) with
a corresponding html-5 input type.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
get the type tag to emit for
the corresponding html5 type.
|