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

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.StiViewV2Builder
Direct Known Subclasses:
StiImageV2Builder

public class StiViewV2Builder
extends StiComponentV2Builder


Constructor Summary
StiViewV2Builder()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiViewV2Builder

public StiViewV2Builder()
Method Detail

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: