Class ConfigEditorPanel

    • Constructor Detail

      • ConfigEditorPanel

        public ConfigEditorPanel()
        Creates a new ConfigEditorPanel.
    • Method Detail

      • editModule

        public void editModule​(org.pentaho.reporting.libraries.base.boot.Module module,
                               org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration config,
                               ConfigDescriptionEntry[] entries)
        Defines the currently edited module and initializes an module editor for that module.
        Parameters:
        module - the module that should be edited.
        config - the report configuration that supplies the values for the module.
        entries - a list of entries which should be edited.
      • reset

        public void reset()
        Resets the currently edited module to the default values from the report configuration.
      • store

        public void store()
        Stores all values from the module editor into the report configuration.