跳过导航链接
org.eclipse.birt.report.model.api.validators

类 ThemeReferenceValidator

    • 字段概要

      字段 
      限定符和类型 字段和说明
      static java.lang.String NAME
      Name of this validator.
      • 从类继承的字段 org.eclipse.birt.report.model.validators.AbstractSemanticValidator

        modules, name
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      限定符和类型 方法和说明
      static ThemeReferenceValidator getInstance()
      Returns the singleton validator instance.
      java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
      Validates the theme reference value can refer to an actual theme.
      • 从类继承的方法 org.eclipse.birt.report.model.validators.AbstractSemanticValidator

        canApplyToDesign, canApplyToLibrary, getName, isInTemplateParameterDefinitionSlot, setModules, setName
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • NAME

        public static final java.lang.String NAME
        Name of this validator.
        另请参阅:
        常量字段值
    • 构造器详细资料

      • ThemeReferenceValidator

        public ThemeReferenceValidator()
    • 方法详细资料

      • getInstance

        public static ThemeReferenceValidator getInstance()
        Returns the singleton validator instance.
        返回:
        the validator instance
      • validate

        public java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module,
                                                          org.eclipse.birt.report.model.core.DesignElement element)
        Validates the theme reference value can refer to an actual theme.
        指定者:
        validate 在类中 org.eclipse.birt.report.model.validators.AbstractElementValidator
        参数:
        module - the module
        element - the module element holding the theme reference
        返回:
        error list, each of which is the instance of SemanticException.

Copyright © 2008 Actuate Corp. All rights reserved.