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

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
Direct Known Subclasses:
StiChartV2Builder, StiContainerV2Builder, StiGaugeV2Builder, StiMapV2Builder, StiPointPrimitiveV2Builder, StiSimpleTextV2Builder, StiSparklineV2Builder, StiViewV2Builder, StiWinControlV2Builder

public class StiComponentV2Builder
extends StiV2Builder


Constructor Summary
StiComponentV2Builder()
           
 
Method Summary
 StiComponent InternalRender(StiComponent masterComp)
          Renders a component.
 void Prepare(StiComponent masterComp)
          Prepares a component for rendering.
 StiComponent Render(StiComponent masterComp)
          Renders a component with calling an event.
 void SetReportVariables(StiComponent masterComp)
          Sets system variables which are specific for the specified component.
 void UnPrepare(StiComponent masterComp)
          Clears a component after rendering.
 
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

StiComponentV2Builder

public StiComponentV2Builder()
Method Detail

SetReportVariables

public void SetReportVariables(StiComponent masterComp)
Sets system variables which are specific for the specified component.

Specified by:
SetReportVariables in class StiV2Builder

Prepare

public void Prepare(StiComponent masterComp)
Prepares a component for rendering.

Specified by:
Prepare in class StiV2Builder

UnPrepare

public void UnPrepare(StiComponent masterComp)
Clears a component after rendering.

Specified by:
UnPrepare in class StiV2Builder

InternalRender

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

Specified by:
InternalRender in class StiV2Builder
Returns:

Render

public StiComponent Render(StiComponent masterComp)
Description copied from class: StiV2Builder
Renders a component with calling an event. A method is used with InternalRender for the component rendering.

Specified by:
Render in class StiV2Builder
Returns: