Packagestimulsoft.report.engine.engineV2.builders
Classpublic class StiContainerV2Builder
InheritanceStiContainerV2Builder Inheritance StiComponentV2Builder Inheritance StiV2Builder Inheritance StiService Inheritance StiObject Inheritance Object
Subclasses StiBandV2Builder, StiCloneV2Builder, StiCrossTabV2Builder, StiPageV2Builder, StiSubReportV2Builder



Public Properties
 PropertyDefined By
 Inheritedproperties : StiRepositoryItems
StiService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
[static]
StiV2Builder
  
[static] Returns a panel for the component rendering.
StiContainerV2Builder
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
  
[override]
StiContainerV2Builder
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
 Inherited
StiService
 Inherited
prepare(masterComp:StiComponent):void
[override] Prepares a component for rendering.
StiComponentV2Builder
 Inherited
[override]
StiComponentV2Builder
 Inherited
[override] Sets system variables which are specific for the specified component.
StiComponentV2Builder
 Inherited
unPrepare(masterComp:StiComponent):void
[override] Clears a component after rendering.
StiComponentV2Builder
Method Detail
getRenderContainer()method
public static function getRenderContainer(comp:StiComponent):StiContainer

Returns a panel for the component rendering. "comp": The component that is a base for a component preparation.

Parameters

comp:StiComponent

Returns
StiContainer — Panel for rendering.
internalRender()method 
override public function internalRender(masterComp:StiComponent):StiComponent

Parameters

masterComp:StiComponent

Returns
StiComponent