Class StiComponentV2Builder
java.lang.Object
com.stimulsoft.report.engine.StiBuilder
com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
- Direct Known Subclasses:
StiChartV2Builder,StiContainerV2Builder,StiGaugeV2Builder,StiMapV2Builder,StiPointPrimitiveV2Builder,StiSimpleTextV2Builder,StiSparklineV2Builder,StiViewV2Builder,StiWinControlV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInternalRender(StiComponent masterComp) Renders a component.voidPrepare(StiComponent masterComp) Prepares a component for rendering.Render(StiComponent masterComp) Renders a component with calling an event.voidSetReportVariables(StiComponent masterComp) Sets system variables which are specific for the specified component.voidUnPrepare(StiComponent masterComp) Clears a component after rendering.Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
-
Constructor Details
-
StiComponentV2Builder
public StiComponentV2Builder()
-
-
Method Details
-
SetReportVariables
Sets system variables which are specific for the specified component.- Specified by:
SetReportVariablesin classStiV2Builder
-
Prepare
Prepares a component for rendering.- Specified by:
Preparein classStiV2Builder
-
UnPrepare
Clears a component after rendering.- Specified by:
UnPreparein classStiV2Builder
-
InternalRender
Description copied from class:StiV2BuilderRenders a component. Does not call events of a component while rendering.- Specified by:
InternalRenderin classStiV2Builder- Parameters:
masterComp-- Returns:
-
Render
Description copied from class:StiV2BuilderRenders a component with calling an event. A method is used with InternalRender for the component rendering.- Specified by:
Renderin classStiV2Builder- Parameters:
masterComp-- Returns:
-