Class StiV2Builder
java.lang.Object
com.stimulsoft.report.engine.StiBuilder
com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
- Direct Known Subclasses:
StiComponentV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiV2BuilderGetBuilder(Class<?> componentType) abstract StiComponentInternalRender(StiComponent masterComp) Renders a component.abstract voidPrepare(StiComponent masterComp) Prepares a component for rendering.abstract StiComponentRender(StiComponent masterComp) Renders a component with calling an event.abstract voidSetReportVariables(StiComponent masterComp) Sets system variables which are specific for the specified component.abstract voidUnPrepare(StiComponent masterComp) Clears a component for rendering.
-
Constructor Details
-
StiV2Builder
public StiV2Builder()
-
-
Method Details
-
GetBuilder
-
SetReportVariables
Sets system variables which are specific for the specified component. -
Prepare
Prepares a component for rendering. -
UnPrepare
Clears a component for rendering. -
InternalRender
Renders a component. Does not call events of a component while rendering.- Parameters:
masterComp-- Returns:
-
Render
Renders a component with calling an event. A method is used with InternalRender for the component rendering.- Parameters:
masterComp-- Returns:
-