Skip to main content

%ZEN.Report.Display.bookmarkGroup

deprecated class %ZEN.Report.Display.bookmarkGroup extends %ZEN.Report.Display.childrenNode

bookmarkGroup instances must always have bookmarkTree instances as their parent
  <bookmarkGroup group="FilmCategory">
     <variable name="Category">
        <valueof select="@Category"/>
     </variable>
     <bookmark internalDestination="!concat($Category,1)">
        <bookmarkTitle>
           <valueof select="@Category"/>
        </bookmarkTitle>
     </bookmark>
  </bookmarkGroup>
  

Property Inventory

Method Inventory

Properties

property group as %ZEN.Datatype.string;
group matches XML data using the command <xsl:for-each select='_..group_"'>".
All children of bookmarkGroup are generated under the <xsl:for-each select=...>
Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()

Methods

method %DrawToXSLFO(ByRef context As %Library.String, ByRef XSL As %Library.GlobalCharacterStream, ByRef delay As %Library.GlobalCharacterStream, ByRef incell As %Library.Boolean) as %Status
%DrawToXSLFO() is an internal method used to generate the containg <xsl:for-each select'_..group"'>and then all the children of bookmarkGroup

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab