Interface ValidateSubmittedValueLengthTagDeclaration
-
public interface ValidateSubmittedValueLengthTagDeclaration
Register anSubmittedValueLengthValidator
instance on the UIComponent associated with the closest parent UIComponent custom action. The standard LengthValidator validate the length on the converted value.toString() not on the submitted value. Sometimes you need to check the length of the submitted value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMaximum(jakarta.el.ValueExpression maximum)
void
setMinimum(jakarta.el.ValueExpression minimum)
-