Class TemplateDisplayItem
java.lang.Object
com._1c.g5.v8.dt.dcs.ui.templates.TemplateDisplayItem
Wrapping class for DCS's internal templates,
which in addition contains textual representation of respective template's
area in R1C1 notation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates new instance ofTemplateDisplayItem
.TemplateDisplayItem
(Object template, String area) Creates new instance ofTemplateDisplayItem
. -
Method Summary
Modifier and TypeMethodDescriptiongetArea()
Get template's area.Get DCS internal template.void
Set template's area.void
setTemplate
(Object template) Set DCS internal template.
-
Constructor Details
-
TemplateDisplayItem
public TemplateDisplayItem()Creates new instance ofTemplateDisplayItem
. -
TemplateDisplayItem
Creates new instance ofTemplateDisplayItem
.- Parameters:
template
- DCS internal templatearea
- textual representation of template's area
-
-
Method Details
-
getTemplate
Get DCS internal template.- Returns:
- DCS internal template
-
setTemplate
Set DCS internal template.- Parameters:
template
- template to set
-
getArea
Get template's area.- Returns:
- textual representation of template's area
-
setArea
Set template's area.- Parameters:
area
- the area to set
-