Package com.polarion.alm.tracker
Class IModulePageLayouter.RenderParameters
java.lang.Object
com.polarion.alm.tracker.IModulePageLayouter.RenderParameters
- Enclosing interface:
- IModulePageLayouter
-
Field Summary
Modifier and TypeFieldDescriptionfinal ILocalId
final CharSequence
boolean
final int
final int
final String
final IWorkItem
-
Constructor Summary
ConstructorDescriptionRenderParameters
(String target, IModulePageLayouter.IRenderingLayout layout, int level, int localLevel, CharSequence idAttrib, IWorkItem workItem, ILocalId currentDocumentId) -
Method Summary
-
Field Details
-
target
-
layout
-
level
public final int level -
localLevel
public final int localLevel -
idAttrib
-
workItem
-
currentDocumentId
-
userAgent
-
-
isExternal
public boolean isExternal- Since:
- 3.6.0
-
pinnedRevision
- Since:
- 3.6.0
-
module
- Since:
- 3.6.0
-
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 (notnull
).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 ornull
if none is specified.workItem
- The Work Item to render. Null in call to renderWorkItemTemplate, otherwise cannot be null.
-
-
Method Details
-
isIE7
Deprecated. -
isIE
Deprecated.
-