Class HtmlResetInput

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

public class HtmlResetInput extends HtmlInput implements LabelableElement
Wrapper for the HTML element "input".
See Also:
  • Field Details

    • DEFAULT_VALUE

      public static final String DEFAULT_VALUE
      Value to use if no specified value attribute.
      See Also:
  • Constructor Details

    • HtmlResetInput

      HtmlResetInput(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