javax.faces.validator
Class DoubleRangeValidator
java.lang.Object
javax.faces.validator.DoubleRangeValidator
- All Implemented Interfaces:
- java.util.EventListener, StateHolder, Validator
public class DoubleRangeValidator
- extends java.lang.Object
- implements Validator, StateHolder
see Javadoc of JSF Specification
- Version:
- $Revision: 517405 $ $Date: 2007-03-12 22:23:37 +0100 (Mo, 12 Mär 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: cagatay $), Thomas Spiegl
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALIDATOR_ID
public static final java.lang.String VALIDATOR_ID
- See Also:
- Constant Field Values
MAXIMUM_MESSAGE_ID
public static final java.lang.String MAXIMUM_MESSAGE_ID
- See Also:
- Constant Field Values
MINIMUM_MESSAGE_ID
public static final java.lang.String MINIMUM_MESSAGE_ID
- See Also:
- Constant Field Values
TYPE_MESSAGE_ID
public static final java.lang.String TYPE_MESSAGE_ID
- See Also:
- Constant Field Values
NOT_IN_RANGE_MESSAGE_ID
public static final java.lang.String NOT_IN_RANGE_MESSAGE_ID
- See Also:
- Constant Field Values
DoubleRangeValidator
public DoubleRangeValidator()
DoubleRangeValidator
public DoubleRangeValidator(double maximum)
DoubleRangeValidator
public DoubleRangeValidator(double maximum,
double minimum)
validate
public void validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
throws ValidatorException
- Specified by:
validate
in interface Validator
- Throws:
ValidatorException
getMaximum
public double getMaximum()
setMaximum
public void setMaximum(double maximum)
getMinimum
public double getMinimum()
setMinimum
public void setMinimum(double minimum)
saveState
public java.lang.Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface StateHolder
setTransient
public void setTransient(boolean transientValue)
- Specified by:
setTransient
in interface StateHolder
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
Copyright © 2011 Apache Software Foundation. All Rights Reserved.