Class AttributeNameValidator

  • All Implemented Interfaces:
    com.vaadin.v7.data.Validator, java.io.Serializable

    public class AttributeNameValidator
    extends com.vaadin.v7.data.validator.RegexpValidator
    Author:
    Markus von RĂ¼den
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vaadin.v7.data.Validator

        com.vaadin.v7.data.Validator.EmptyValueException, com.vaadin.v7.data.Validator.InvalidValueException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String ERROR_MESSAGE  
    • Method Summary

      • Methods inherited from class com.vaadin.v7.data.validator.RegexpValidator

        isValidValue
      • Methods inherited from class com.vaadin.v7.data.validator.AbstractStringValidator

        getType
      • Methods inherited from class com.vaadin.v7.data.validator.AbstractValidator

        getErrorMessage, isValid, isValidType, setErrorMessage, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • AttributeNameValidator

        public AttributeNameValidator()