|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.components.complexcomponents.StiContainer
com.stimulsoft.report.components.bands.StiBand
com.stimulsoft.report.components.bands.StiDynamicBand
com.stimulsoft.report.components.bands.StiHeaderBand
public class StiHeaderBand
| Field Summary | |
|---|---|
boolean |
keepHeaderTogether
|
| Fields inherited from class com.stimulsoft.report.components.complexcomponents.StiContainer |
|---|
border, brush, collapsingIndex, components, ParentComponentIsBand, ParentComponentIsCrossBand |
| Fields inherited from class com.stimulsoft.report.components.StiComponent |
|---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiHeaderBand()
Creates a new component of the type StiHeaderBand. |
|
StiHeaderBand(StiRectangle rect)
Creates a new component of the type StiHeaderBand with specified location. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getCanBreak()
Gets or sets value which indicates whether the component can or cannot break its contents on several pages. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiHeaderBandInfoV1 |
getHeaderBandInfoV1()
|
StiHeaderBandInfoV2 |
getHeaderBandInfoV2()
|
StiColor |
getHeaderEndColor()
Gets header end color. |
StiColor |
getHeaderStartColor()
Gets header start color. |
boolean |
getKeepHeaderTogether()
Gets or sets value indicates that header is printed with data together. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
boolean |
getPrintIfEmpty()
Gets or sets value indicates that the header if data not present. |
boolean |
getPrintOnAllPages()
Gets or sets value indicates that the component is printed on all pages. |
StiPrintOnEvenOddPagesType |
getPrintOnEvenOddPages()
Gets or sets value indicates that the component is printed on even-odd pages. |
int |
getPriority()
Gets a component priority. |
boolean |
getResetPageNumber()
Allows to reset page number on this band. |
boolean |
getStartNewPage()
Gets or sets value indicates that it is necessary to print every new string on a new page. |
float |
getStartNewPageIfLessThan()
Gets or sets value which indicates how much free space on a page (in percentage terms) should be reserved for formation of a new page. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanBreak(boolean value)
Gets or sets value which indicates whether the component can or cannot break its contents on several pages. |
void |
setKeepHeaderTogether(boolean value)
|
void |
setPrintIfEmpty(boolean value)
|
void |
setPrintOnAllPages(boolean value)
|
void |
setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
|
void |
setResetPageNumber(boolean value)
|
void |
setStartNewPage(boolean value)
|
void |
setStartNewPageIfLessThan(float value)
|
| Methods inherited from class com.stimulsoft.report.components.bands.StiDynamicBand |
|---|
Break, getBreakIfLessThan, getNewColumnAfter, getNewColumnBefore, getNewPageAfter, getNewPageBefore, getPrintAtBottom, getSkipFirst, setBreakIfLessThan, setNewColumnAfter, setNewColumnBefore, setNewPageAfter, setNewPageBefore, setPrintAtBottom, setSkipFirst |
| Methods inherited from class com.stimulsoft.report.components.bands.StiBand |
|---|
canContainIn, clone, getBandInfoV2, getCanGrow, getDefaultClientRectangle, getDisplayRectangle, getDockStyle, getFooterSize, getGrowToHeight, getHeaderSize, GetHeaderText, getLeft, getLocalizedCategory, getMaxHeight, getMaxSize, getMinHeight, getMinSize, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getSelectRectangle, getShiftMode, getTop, getWidth, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setDisplayRectangle, setDockStyle, setGrowToHeight, setLeft, setMaxHeight, setMaxSize, setMinHeight, setMinSize, setPrintable, setRectangleMoveComponent, setSelectRectangle, setShiftMode, setTop, setWidth |
| Methods inherited from class com.stimulsoft.report.StiBase |
|---|
getServiceName |
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Field Detail |
|---|
public boolean keepHeaderTogether
| Constructor Detail |
|---|
public StiHeaderBand()
public StiHeaderBand(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public StiColor getHeaderEndColor()
getHeaderEndColor in class StiBandpublic boolean getKeepHeaderTogether()
getKeepHeaderTogether in interface IStiKeepHeaderTogetherpublic void setKeepHeaderTogether(boolean value)
setKeepHeaderTogether in interface IStiKeepHeaderTogetherpublic boolean getCanBreak()
getCanBreak in interface IStiBreakablegetCanBreak in class StiContainerpublic void setCanBreak(boolean value)
StiDynamicBand
setCanBreak in interface IStiBreakablesetCanBreak in class StiDynamicBandpublic boolean getStartNewPage()
getStartNewPage in interface IStiStartNewPagepublic void setStartNewPage(boolean value)
setStartNewPage in interface IStiStartNewPagepublic float getStartNewPageIfLessThan()
getStartNewPageIfLessThan in interface IStiStartNewPagepublic void setStartNewPageIfLessThan(float value)
setStartNewPageIfLessThan in interface IStiStartNewPagepublic boolean getResetPageNumber()
getResetPageNumber in interface IStiResetPageNumbergetResetPageNumber in class StiBandpublic void setResetPageNumber(boolean value)
setResetPageNumber in interface IStiResetPageNumbersetResetPageNumber in class StiBandpublic boolean getPrintIfEmpty()
getPrintIfEmpty in interface IStiPrintIfEmptypublic void setPrintIfEmpty(boolean value)
setPrintIfEmpty in interface IStiPrintIfEmptypublic boolean getPrintOnAllPages()
getPrintOnAllPages in interface IStiPrintOnAllPagespublic void setPrintOnAllPages(boolean value)
setPrintOnAllPages in interface IStiPrintOnAllPagespublic StiPrintOnEvenOddPagesType getPrintOnEvenOddPages()
getPrintOnEvenOddPages in interface IStiPrintOnEvenOddPagespublic void setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
setPrintOnEvenOddPages in interface IStiPrintOnEvenOddPagespublic final StiHeaderBandInfoV1 getHeaderBandInfoV1()
public final StiHeaderBandInfoV2 getHeaderBandInfoV2()
public int getToolboxPosition()
getToolboxPosition in class StiContainerpublic int getPriority()
getPriority in class StiContainerpublic java.lang.String getLocalizedName()
getLocalizedName in class StiContainerpublic StiComponentType getComponentType()
getComponentType in class StiBandpublic StiColor getHeaderStartColor()
getHeaderStartColor in class StiBandpublic java.lang.Object clone()
clone in class StiComponent
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiDynamicBandJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiDynamicBandJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||