Class IntegerInputTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

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

    • IntegerInputTag

      public IntegerInputTag()
  • Method Details

    • setMax

      public void setMax(int n)
      Sets the maximum value.
      Overrides:
      setMax in class InputTag
      Parameters:
      n - the value
      See Also:
    • setMin

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

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