Schnittstelle ValidateSubmittedValueLengthTagDeclaration


public interface ValidateSubmittedValueLengthTagDeclaration
Register an SubmittedValueLengthValidator 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.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setMaximum(javax.el.ValueExpression maximum)
     
    void
    setMinimum(javax.el.ValueExpression minimum)
     
  • Methodendetails

    • setMinimum

      void setMinimum(javax.el.ValueExpression minimum)
    • setMaximum

      void setMaximum(javax.el.ValueExpression maximum)