public interface IDesignTemplateUtils
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
buildRegions(ClipboardPage ruleformPage)
Builds list of regions for a design template.
|
void |
buildRegions(PublicAPI tools,
ClipboardPage ruleformPage)
Builds list of regions for a design template.
|
void |
changeDesignTemplateRegions(PublicAPI tools,
ClipboardPage newDesignTemplatePage,
ClipboardPage primary) |
void |
convertRegionToSectionModel(ClipboardPage content,
ClipboardPage designTemplate)
Used to convert a section from using a template.
|
IDesignTemplateEditing |
getDesignTemplateEditing()
Accessor for grabbing a reference to the DesignTemplateEditing interface
|
boolean |
isCellPresentInSection(ClipboardPage sectionToSearch,
java.lang.String currentValue)
determines if the passed in section contains the passed in currentValue
as in pyValue in one of the cells of the section
|
void |
mergeModels(ClipboardPage content,
ClipboardPage designTemplate)
Combines a content section page with a design template page to result in
a standard section page.
|
void |
moveCellToRegion(PublicAPI tools,
ClipboardPage cellPage,
ClipboardPage sectionPage)
Takes the given cell and places it in the correct region
|
void mergeModels(ClipboardPage content, ClipboardPage designTemplate)
content
- The clipboard page for a content section.designTemplate
- The clipboard page for a design template section.void convertRegionToSectionModel(ClipboardPage content, ClipboardPage designTemplate)
content
- The clipboard page for a content section.designTemplate
- The clipboard page for a design template section.void buildRegions(ClipboardPage ruleformPage)
ruleformPage
- The top level page of the section rule.void buildRegions(PublicAPI tools, ClipboardPage ruleformPage)
tools
- A reference to the PublicAPIruleformPage
- The top level page of the section rule.void changeDesignTemplateRegions(PublicAPI tools, ClipboardPage newDesignTemplatePage, ClipboardPage primary)
tools
- A reference to the PublicAPInewDesignTemplatePage
- The new template being switched to in a sectionprimary
- The primary section pagevoid moveCellToRegion(PublicAPI tools, ClipboardPage cellPage, ClipboardPage sectionPage)
tools
- A reference to the PublicAPIcellPage
- The page contains the cell data to be added to the section page's regionsectionPage
- The primary section page which contains data regarding the regionsIDesignTemplateEditing getDesignTemplateEditing()
boolean isCellPresentInSection(ClipboardPage sectionToSearch, java.lang.String currentValue)
sectionToSearch
- the section to search in (loops over regions and cells)currentValue
- the value to search for that matches the .pyValue propertyCopyright © 2018 Pegasystems Inc. All Rights Reserved.