Class DoubleRangeValidator

java.lang.Object
javax.faces.validator.DoubleRangeValidator
org.primefaces.validate.DoubleRangeValidator
All Implemented Interfaces:
EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.validator.Validator, ClientValidator

public class DoubleRangeValidator extends javax.faces.validator.DoubleRangeValidator implements ClientValidator
  • Field Summary

    Fields inherited from class javax.faces.validator.DoubleRangeValidator

    MAXIMUM_MESSAGE_ID, MINIMUM_MESSAGE_ID, NOT_IN_RANGE_MESSAGE_ID, TYPE_MESSAGE_ID, VALIDATOR_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setMaximum(double maximum)
     
    void
    setMinimum(double minimum)
     

    Methods inherited from class javax.faces.validator.DoubleRangeValidator

    clearInitialState, equals, getMaximum, getMinimum, hashCode, initialStateMarked, isTransient, markInitialState, restoreState, saveState, setTransient, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DoubleRangeValidator

      public DoubleRangeValidator()
  • Method Details

    • getMetadata

      public Map<String,Object> getMetadata()
      Specified by:
      getMetadata in interface ClientValidator
    • getValidatorId

      public String getValidatorId()
      Specified by:
      getValidatorId in interface ClientValidator
    • setMaximum

      public void setMaximum(double maximum)
      Overrides:
      setMaximum in class javax.faces.validator.DoubleRangeValidator
    • setMinimum

      public void setMinimum(double minimum)
      Overrides:
      setMinimum in class javax.faces.validator.DoubleRangeValidator