Interface IExtractApply

All Known Implementing Classes:
DefaultExtractApply, FIXGRIDExtractApply

public interface IExtractApply
Interface to objects that are configured by the user at runtime.

The interface can be accessed by services that store the configuration information and that apply the information later on. Example: add-on-component USAGEVARIANTBUTTON.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyData(String variantData)
    Apply the extracted information.
    Extract the configuration as String.
    void
    Reset the configration to the default "without any configuration".
  • Method Details

    • extractData

      String extractData()
      Extract the configuration as String.
    • applyData

      void applyData(String variantData)
      Apply the extracted information.
    • resetToDefault

      void resetToDefault()
      Reset the configration to the default "without any configuration".