Class TemplateDisplayItem

java.lang.Object
com._1c.g5.v8.dt.dcs.ui.templates.TemplateDisplayItem

public class TemplateDisplayItem extends Object
Wrapping class for DCS's internal templates, which in addition contains textual representation of respective template's area in R1C1 notation.
  • Constructor Details

    • TemplateDisplayItem

      public TemplateDisplayItem()
      Creates new instance of TemplateDisplayItem.
    • TemplateDisplayItem

      public TemplateDisplayItem(Object template, String area)
      Creates new instance of TemplateDisplayItem.
      Parameters:
      template - DCS internal template
      area - textual representation of template's area
  • Method Details

    • getTemplate

      public Object getTemplate()
      Get DCS internal template.
      Returns:
      DCS internal template
    • setTemplate

      public void setTemplate(Object template)
      Set DCS internal template.
      Parameters:
      template - template to set
    • getArea

      public String getArea()
      Get template's area.
      Returns:
      textual representation of template's area
    • setArea

      public void setArea(String area)
      Set template's area.
      Parameters:
      area - the area to set