Packagestimulsoft.report.engine.engineV2
Classpublic class StiFootersOnAllPages
InheritanceStiFootersOnAllPages Inheritance Object

A class helps to output Footers, which should be output on all pages on the bottom of a page.



Public Properties
 PropertyDefined By
  engine : StiEngine = null
StiFootersOnAllPages
Public Methods
 MethodDefined By
  
StiFootersOnAllPages
  
add(container:StiContainer):void
Adds a container into the collection of containers which will be output on all pages on the bottom of a page.
StiFootersOnAllPages
  
canProcess(band:StiBand):Boolean
Returns true, if the specified band is the Footer.
StiFootersOnAllPages
  
render(outContainer:StiContainer, startIndex:int, markerContainer:StiContainer):void
Производит поиск и вывод внизу страницы, всех Footers из указанного контейнера вывода.
StiFootersOnAllPages
Property Detail
engineproperty
public var engine:StiEngine = null

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



Parameters
engine:StiEngine
Method Detail
add()method
public function add(container:StiContainer):void

Adds a container into the collection of containers which will be output on all pages on the bottom of a page. "container" > Контейнер для добавления в коллекцию.

Parameters

container:StiContainer

canProcess()method 
public function canProcess(band:StiBand):Boolean

Returns true, if the specified band is the Footer. The Footer should be output on all pages on the bottom of a page.

Parameters

band:StiBand

Returns
Boolean
render()method 
public function render(outContainer:StiContainer, startIndex:int, markerContainer:StiContainer):void

Производит поиск и вывод внизу страницы, всех Footers из указанного контейнера вывода. Выводятся только те элементы, которые будут найдены до контейнера - маркера. Остальные элементы будут перенесены позднее на следующию страницу. Все выводимые элементы должны быть найдены в составленном ранее списке выводимых на всех страницах Footers. При обработке, контейнерам устанавливается новая позиция по вертикали внизу страницы. "outContainer" > A container in what Footers should be output. "startIndex" > Индекс, начиная с которого, необходимо произвести поиск контейнера-маркера. Индекс указывается для того, чтобы не производить повторную обработку выведенных ранее колонок на странице. "markerContainer">Контейнер - маркер, после которого все контейнеры будут перенесены на следующию страницу.

Parameters

outContainer:StiContainer
 
startIndex:int
 
markerContainer:StiContainer