Class IModulePageLayouter.RenderParameters

java.lang.Object
com.polarion.alm.tracker.IModulePageLayouter.RenderParameters
Enclosing interface:
IModulePageLayouter

public static class IModulePageLayouter.RenderParameters extends Object
  • Field Details

    • target

      public final String target
    • layout

    • level

      public final int level
    • localLevel

      public final int localLevel
    • idAttrib

      public final CharSequence idAttrib
    • workItem

      public final IWorkItem workItem
    • currentDocumentId

      public final ILocalId currentDocumentId
    • userAgent

      public String userAgent
    • content

      public String content
    • isExternal

      public boolean isExternal
      Since:
      3.6.0
    • pinnedRevision

      public String pinnedRevision
      Since:
      3.6.0
    • module

      public IModule module
      Since:
      3.6.0
    • language

      public String language
      Since:
      3.6.1
  • Constructor Details

    • RenderParameters

      public RenderParameters(String target, IModulePageLayouter.IRenderingLayout layout, int level, int localLevel, CharSequence idAttrib, IWorkItem workItem, ILocalId currentDocumentId)
      Parameters:
      target - The target of render (e.g. HTML, PDF, ...).
      layout - The layout (not null).
      level - The Work Item's structural level.
      localLevel - The structural level of the Work Item inside the closest heading, (In relation to other Work Items within the same heading). Not relevant for the headings themselves.
      idAttrib - The ID attribute from the enclosing element or null if none is specified.
      workItem - The Work Item to render. Null in call to renderWorkItemTemplate, otherwise cannot be null.
  • Method Details