Class TemplateData

java.lang.Object
com.e1c.g5.v8.dt.bsl.ui.templates.preferences.TemplateData

public class TemplateData extends Object
This class represents a wrap around ITempalte to collect changes and then apply them to template
  • Constructor Details

    • TemplateData

      public TemplateData(ITemplate template)
      Creates new instance of TemplateData around given template
      Parameters:
      template - The template to wrap, cannot be null
  • Method Details

    • adjustTemplate

      public ITemplate adjustTemplate()
      Adjusts template to the collected data and return refresh ITemplate
      Returns:
      ITemplate with refreshing data, cannot be null