public class ValidateDoubleRangeTag extends MaxMinValidatorTag
validate_doublerange tag.| Modifier and Type | Field and Description |
|---|---|
protected double |
maximum |
protected jakarta.el.ValueExpression |
maximumExpression |
protected double |
minimum |
protected jakarta.el.ValueExpression |
minimumExpression |
maximumSet, minimumSetbinding, validatorId| Constructor and Description |
|---|
ValidateDoubleRangeTag() |
| Modifier and Type | Method and Description |
|---|---|
protected jakarta.faces.validator.Validator |
createValidator()
Create and return a new
Validator to be registered on our surrounding UIComponent. |
int |
doStartTag()
Create a new instance of the specified
Validator class, and register it with the UIComponent instance
associated with our most immediately surrounding UIComponentTagBase instance, if the UIComponent
instance was created by this execution of the containing Jakarta Server Pages page. |
void |
setMaximum(jakarta.el.ValueExpression newMaximum) |
void |
setMinimum(jakarta.el.ValueExpression newMinimum) |
createValidator, setBinding, setValidatorIdprotected jakarta.el.ValueExpression maximumExpression
protected jakarta.el.ValueExpression minimumExpression
protected double maximum
protected double minimum
public void setMaximum(jakarta.el.ValueExpression newMaximum)
public void setMinimum(jakarta.el.ValueExpression newMinimum)
public int doStartTag()
throws jakarta.servlet.jsp.JspException
jakarta.faces.webapp.ValidatorELTag
Create a new instance of the specified Validator class, and register it with the UIComponent instance
associated with our most immediately surrounding UIComponentTagBase instance, if the UIComponent
instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag in interface jakarta.servlet.jsp.tagext.TagdoStartTag in class jakarta.faces.webapp.ValidatorELTagjakarta.servlet.jsp.JspException - if a Jakarta Server Pages error occursprotected jakarta.faces.validator.Validator createValidator()
throws jakarta.servlet.jsp.JspException
jakarta.faces.webapp.ValidatorELTag
Create and return a new Validator to be registered on our surrounding UIComponent.
createValidator in class AbstractValidatorTagValidatorjakarta.servlet.jsp.JspException - if a new instance cannot be createdCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.