com.stimulsoft.report.engine.engineV2.builders
Class StiContainerV2Builder

java.lang.Object
  extended by com.stimulsoft.report.engine.StiBuilder
      extended by com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
          extended by com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
              extended by com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
Direct Known Subclasses:
StiBandV2Builder, StiCloneV2Builder, StiCrossTabV2Builder, StiPageV2Builder, StiSubReportV2Builder

public class StiContainerV2Builder
extends StiComponentV2Builder


Constructor Summary
StiContainerV2Builder()
           
 
Method Summary
static StiContainer GetRenderContainer(StiComponent comp)
          Returns a panel for the component rendering.
 StiComponent InternalRender(StiComponent masterComp)
          Renders a component.
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Prepare, Render, SetReportVariables, UnPrepare
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiContainerV2Builder

public StiContainerV2Builder()
Method Detail

GetRenderContainer

public static StiContainer GetRenderContainer(StiComponent comp)
Returns a panel for the component rendering.

Parameters:
comp - The component that is a base for a component preparation.
Returns:
Panel for rendering.

InternalRender

public StiComponent InternalRender(StiComponent masterComp)
Description copied from class: StiV2Builder
Renders a component. Does not call events of a component while rendering.

Overrides:
InternalRender in class StiComponentV2Builder
Returns:


Copyright © 2018 Stimulsoft. All Rights Reserved.