Packagestimulsoft.report.engine.engineV2
Classpublic class StiEmptyBandsV2Helper
InheritanceStiEmptyBandsV2Helper Inheritance Object

A class helps to output EmptyBands.



Public Properties
 PropertyDefined By
  engine : StiEngine = null
StiEmptyBandsV2Helper
Public Methods
 MethodDefined By
  
StiEmptyBandsV2Helper
  
clear():void
Clears selected EmptyBand.
StiEmptyBandsV2Helper
  
Registers the list of EmptyBands.
StiEmptyBandsV2Helper
  
render(containerForRender:StiContainer, selectedContainer:StiContainer):void
Renders the EmptyBand in the specified container.
StiEmptyBandsV2Helper
Property Detail
engineproperty
public var engine:StiEngine = null

Constructor Detail
StiEmptyBandsV2Helper()Constructor
public function StiEmptyBandsV2Helper(engine:StiEngine)



Parameters
engine:StiEngine
Method Detail
clear()method
public function clear():void

Clears selected EmptyBand.

register()method 
public function register(emptyBands:StiComponentsCollection):void

Registers the list of EmptyBands. Only the first EmptyBand from a collection is used.

Parameters

emptyBands:StiComponentsCollection

render()method 
public function render(containerForRender:StiContainer, selectedContainer:StiContainer):void

Renders the EmptyBand in the specified container. EmptyBand will take free space in the specified container. "containerForRender" > A container to output EmptyBand. "selectedContainer" > A container-marker that is used to find Keep containers.

Parameters

containerForRender:StiContainer
 
selectedContainer:StiContainer