public class StiBandsOnAllPages
extends java.lang.Object
| Constructor and Description |
|---|
StiBandsOnAllPages(StiEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(StiDataBand dataBand,
StiBand band)
Starts monitoring of this band for rendering OnAllPages.
|
boolean |
getDenyRendering()
If the property is true then bands rendering on all pages is blocked.
|
boolean |
IsBandInBandsList(StiBand band) |
void |
Remove(StiDataBand dataBand)
Ends monitoring of this band for rendering OnAllPages.
|
void |
Render()
Outputs bands, which were previously added to the collection of bands, which are output on
all pages, on a new page.
|
void |
setDenyRendering(boolean value) |
public StiEngine engine
public StiBandsOnAllPages(StiEngine engine)
public final boolean getDenyRendering()
public final void setDenyRendering(boolean value)
public final void Add(StiDataBand dataBand, StiBand band)
dataBand - A DataBand to what the band belongs to and what it is nesessary to be output on
all pages.band - A band what it is nesessary to be output on all pages.public final void Remove(StiDataBand dataBand)
dataBand - A DataBand for removing dependent bands.public final void Render()
public final boolean IsBandInBandsList(StiBand band)
Copyright © 2019 Stimulsoft. All Rights Reserved.