Class DoubleInputTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class DoubleInputTag extends NumberInputTag
An HTML 5 JSP tag for floating point input elements.
Since:
5.0
Version:
5.0
Author:
Luke
See Also:
  • Constructor Details

    • DoubleInputTag

      public DoubleInputTag()
  • Method Details

    • setMax

      public void setMax(Double n)
      Sets the maximum value.
      Parameters:
      n - the value
    • setMin

      public void setMin(Double n)
      Sets the minimum value.
      Parameters:
      n - the value
    • setStep

      public void setStep(Double s)
      Sets the value stepping interval.
      Parameters:
      s - the interval