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

public class StaticDataConfigPanel extends DataSourceConfigPanel
StaticDataConfigPanel

This panel is the Report editor panel used to input static data types in the report editor. Currently, accepted data must be in JSON format.

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
    • dispose

      public void dispose()
      Description copied from class: DataSourceConfigPanel
      Implementors can optionally override this function to perform any cleanup necessary when this panel is disposed and will not be re-used in the UI at all.
      Overrides:
      dispose in class DataSourceConfigPanel