Class ValidateEqual

    • Field Detail

      • COMPONENT_TYPE

        public static final String COMPONENT_TYPE
        The component type, which is "org.omnifaces.component.validator.ValidateEqual".
        See Also:
        Constant Field Values
    • Constructor Detail

      • ValidateEqual

        public ValidateEqual()
    • Method Detail

      • validateValues

        public boolean validateValues​(FacesContext context,
                                      List<UIInput> inputs,
                                      List<Object> values)
        Validate if all values are equal.
        Parameters:
        context - The faces context to work with.
        inputs - The input components whose values are to be validated.
        values - The values of the input components to be validated, in the same order as the components.
        Returns:
        true if validation is successful, otherwise false (and thus show the message).