Class NodePage<NodeType extends ICoverageNode>

    • Constructor Detail

      • NodePage

        protected NodePage​(NodeType node,
                           ReportPage parent,
                           ReportOutputFolder folder,
                           IHTMLReportContext context)
        Creates a new node page.
        Parameters:
        node - corresponding node
        parent - optional hierarchical parent
        folder - base folder to create this page in
        context - settings context
    • Method Detail

      • getLinkStyle

        public java.lang.String getLinkStyle()
        Description copied from interface: ILinkable
        Optional style class to be associated with the link.
        Specified by:
        getLinkStyle in interface ILinkable
        Returns:
        link style class or null
      • getLinkLabel

        public java.lang.String getLinkLabel()
        Description copied from interface: ILinkable
        Returns the display label used for the link.
        Specified by:
        getLinkLabel in interface ILinkable
        Returns:
        display label
      • getNode

        public NodeType getNode()
        Description copied from interface: ITableItem
        Returns the corresponding node data.
        Specified by:
        getNode in interface ITableItem
        Returns:
        node data