Class TemplateData


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

      • TemplateData

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

      • adjustTemplate

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