Class HtmlTelInput

All Implemented Interfaces:
Serializable, Cloneable, DisabledElement, FormFieldWithNameHistory, SelectableTextInput, LabelableElement, SubmittableElement, ValidatableElement, Element, Node

public class HtmlTelInput extends HtmlSelectableTextInput implements LabelableElement
Wrapper for the HTML element "input" where type is "tel".
See Also:
  • Constructor Details

    • HtmlTelInput

      HtmlTelInput(String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
      Creates an instance.
      Parameters:
      qualifiedName - the qualified name of the element type to instantiate
      page - the page that contains this element
      attributes - the initial attributes
  • Method Details