Package | stimulsoft.report.engine.engineV2.builders |
Class | public class StiComponentV2Builder |
Inheritance | StiComponentV2Builder ![]() ![]() ![]() ![]() |
Subclasses | StiChartV2Builder, StiContainerV2Builder, StiPointPrimitiveV2Builder, StiSimpleTextV2Builder, StiViewV2Builder |
Method | Defined By | ||
---|---|---|---|
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
![]() | [static] | StiV2Builder | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
[override] | StiComponentV2Builder | ||
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiService | |
![]() | packService():void | StiService | |
prepare(masterComp:StiComponent):void [override] Prepares a component for rendering. | StiComponentV2Builder | ||
[override] | StiComponentV2Builder | ||
setReportVariables(masterComp:StiComponent):void [override] Sets system variables which are specific for the specified component. | StiComponentV2Builder | ||
unPrepare(masterComp:StiComponent):void [override] Clears a component after rendering. | StiComponentV2Builder |
internalRender | () | method |
override public function internalRender(masterComp:StiComponent):StiComponent
Parameters
masterComp:StiComponent |
StiComponent |
prepare | () | method |
override public function prepare(masterComp:StiComponent):void
Prepares a component for rendering.
Parameters
masterComp:StiComponent |
render | () | method |
override public function render(masterComp:StiComponent):StiComponent
Parameters
masterComp:StiComponent |
StiComponent |
setReportVariables | () | method |
override public function setReportVariables(masterComp:StiComponent):void
Sets system variables which are specific for the specified component.
Parameters
masterComp:StiComponent |
unPrepare | () | method |
override public function unPrepare(masterComp:StiComponent):void
Clears a component after rendering.
Parameters
masterComp:StiComponent |