Class ClassKeyEditor

    • Constructor Detail

      • ClassKeyEditor

        public ClassKeyEditor​(org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration config,
                              ClassConfigDescriptionEntry entry,
                              String displayName)
        Creates a new class key editor for the given entry and configuration. The given display name will be used as label text.
        Parameters:
        config - the report configuration.
        entry - the configuration description entry that describes the key
        displayName - the text for the label
    • Method Detail

      • validateContent

        public void validateContent()
        Checks whether the given value is a valid classname and is assignable from the base class.
        Overrides:
        validateContent in class TextKeyEditor