Class UnifiedValidatorMessage

    • Field Detail

      • validator

        protected final org.nuiton.validator.bean.AbstractValidator<?> validator
        the validator that produce the message
      • bean

        protected final Object bean
        the bean on which event occurs.
      • field

        protected final String field
        the field that produce the message
      • message

        protected final String message
        the label of the message (to be displayed somewhere)
      • scope

        protected final org.nuiton.validator.NuitonValidatorScope scope
        the scope of the message
      • editor

        protected final JComponent editor
        the optional field's editor
      • simpleValidator

        protected final boolean simpleValidator
    • Constructor Detail

      • UnifiedValidatorMessage

        public UnifiedValidatorMessage​(org.nuiton.validator.bean.AbstractValidator<?> validator,
                                       Object bean,
                                       String field,
                                       String message,
                                       org.nuiton.validator.NuitonValidatorScope scope,
                                       JComponent editor)