All Implemented Interfaces:
Changeable, ImageObserver, MenuContainer, Serializable, Accessible

public class ScriptDataConfigPanel extends DataSourceConfigPanel
Created by carl.gould on 3/3/2015.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getConfigObject

      public Serializable getConfigObject()
      Description copied from class: DataSourceConfigPanel

      Implement this to return a new "config object" that will be saved in the report resource. The class you use for this must be:

      • In Common Scope (because it's used in designer and gateway
      • Traditionally java.io.Serializable
      • Ignition's bean-style XML serializable (public, empty ctor and getter/setters

      Make sure to make new copies of your config object each time; don't mutate and re-use an existing instance of your config object.

      Specified by:
      getConfigObject in class DataSourceConfigPanel