Class CmsJobEditView.JobClassValidator

java.lang.Object
org.opencms.ui.apps.scheduler.CmsJobEditView.JobClassValidator
All Implemented Interfaces:
com.vaadin.v7.data.Validator, Serializable
Enclosing class:
CmsJobEditView

public class CmsJobEditView.JobClassValidator extends Object implements com.vaadin.v7.data.Validator
Validator for the Java class name field.

See Also:
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • validate

      public void validate(Object value) throws com.vaadin.v7.data.Validator.InvalidValueException
      Specified by:
      validate in interface com.vaadin.v7.data.Validator
      Throws:
      com.vaadin.v7.data.Validator.InvalidValueException
      See Also:
      • com.vaadin.data.Validator#validate(java.lang.Object)