|
||||||||||
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.StiGroupFooterBand
com.stimulsoft.report.components.crossBands.StiCrossGroupFooterBand
public class StiCrossGroupFooterBand
Class describes Cross Group Footer Band.
Field Summary |
---|
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 | |
---|---|
StiCrossGroupFooterBand()
Creates a new component of the type StiCrossGroupFooterBand. |
|
StiCrossGroupFooterBand(StiRectangle rect)
Creates a new component of the type StiCrossGroupFooterBand with the specified location. |
Method Summary | |
---|---|
float |
getBreakIfLessThan()
Gets or sets value which indicates how much free space is on a page (in per cent) should be reserved for formation of a new page or a new column. |
boolean |
getCanBreak()
Gets or sets value which indicates whether the component can or cannot break its contents on several pages. |
StiRectangle |
getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiDockStyle |
getDockStyle()
Gets or sets a type of the component docking. |
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
double |
getHeaderSize()
Gets the header height. |
double |
getHeight()
|
boolean |
getIsCross()
Gets value, indicates that this cross is the component. |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
double |
getMaxHeight()
Gets or sets maximal height of band. |
StiSize |
getMaxSize()
gets or sets maximal size. |
double |
getMaxWidth()
Gets or sets maximal width of band. |
double |
getMinHeight()
Gets or sets minimal height of band. |
StiSize |
getMinSize()
gets or sets minimal size. |
double |
getMinWidth()
Gets or sets minimal width of band. |
boolean |
getNewColumnAfter()
If the value of this property is true, then, after output of a band, a new column will be generated. |
boolean |
getNewColumnBefore()
If the value of this property is true, then, before output of a band, a new column will be generated. |
boolean |
getNewPageAfter()
If the value of this property is true, then, after output of a band, a new page will be generated. |
boolean |
getNewPageBefore()
If the value of this property is true, then, before output of a band, a new page will be generated. |
boolean |
getPrintAtBottom()
Gets or sets value indicates that the footer is printed at bottom of page. |
int |
getPriority()
Gets a component priority. |
boolean |
getResetPageNumber()
Allows to reset page number on this band. |
StiRectangle |
getSelectRectangle()
Gets or sets a rectangle of the component selection. |
boolean |
getSkipFirst()
If the value of this property is true, then, a new page/column will be generated only starting from the second case. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
double |
getWidth()
gets or sets width of a component. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBreakIfLessThan(float value)
|
void |
setCanBreak(boolean value)
Gets or sets value which indicates whether the component can or cannot break its contents on several pages. |
void |
setDisplayRectangle(StiRectangle value)
|
void |
setDockStyle(StiDockStyle value)
|
void |
setGrowToHeight(boolean value)
|
void |
setHeight(double value)
|
void |
setMaxHeight(double value)
|
void |
setMaxSize(StiSize value)
|
void |
setMaxWidth(double value)
|
void |
setMinHeight(double value)
|
void |
setMinSize(StiSize value)
|
void |
setMinWidth(double value)
|
void |
setNewColumnAfter(boolean value)
|
void |
setNewColumnBefore(boolean value)
|
void |
setNewPageAfter(boolean value)
|
void |
setNewPageBefore(boolean value)
|
void |
setPrintAtBottom(boolean value)
|
void |
setResetPageNumber(boolean value)
|
void |
setSelectRectangle(StiRectangle value)
Returns the GroupHeaderBand in which the component is loc * null, if nothing is located. |
void |
setSkipFirst(boolean value)
|
void |
setWidth(double value)
|
Methods inherited from class com.stimulsoft.report.components.bands.StiGroupFooterBand |
---|
clone, getComponentType, getGroupFooterBandInfoV2, getHeaderEndColor, getHeaderStartColor, getKeepGroupFooterTogether, getLine, setKeepGroupFooterTogether |
Methods inherited from class com.stimulsoft.report.components.bands.StiDynamicBand |
---|
Break |
Methods inherited from class com.stimulsoft.report.components.bands.StiBand |
---|
canContainIn, getBandInfoV2, getCanGrow, getFooterSize, GetHeaderText, getLeft, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getShiftMode, getTop, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setLeft, setPrintable, setRectangleMoveComponent, setShiftMode, setTop |
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 |
Constructor Detail |
---|
public StiCrossGroupFooterBand()
public StiCrossGroupFooterBand(StiRectangle rect)
rect
- The rectangle describes sizes and positions of the component.Method Detail |
---|
public boolean getNewPageBefore()
StiDynamicBand
getNewPageBefore
in interface IStiPageBreak
getNewPageBefore
in class StiDynamicBand
public void setNewPageBefore(boolean value)
setNewPageBefore
in interface IStiPageBreak
setNewPageBefore
in class StiDynamicBand
public boolean getNewPageAfter()
StiDynamicBand
getNewPageAfter
in interface IStiPageBreak
getNewPageAfter
in class StiDynamicBand
public void setNewPageAfter(boolean value)
setNewPageAfter
in interface IStiPageBreak
setNewPageAfter
in class StiDynamicBand
public boolean getNewColumnBefore()
StiDynamicBand
getNewColumnBefore
in interface IStiPageBreak
getNewColumnBefore
in class StiDynamicBand
public void setNewColumnBefore(boolean value)
setNewColumnBefore
in interface IStiPageBreak
setNewColumnBefore
in class StiDynamicBand
public boolean getNewColumnAfter()
StiDynamicBand
getNewColumnAfter
in interface IStiPageBreak
getNewColumnAfter
in class StiDynamicBand
public void setNewColumnAfter(boolean value)
setNewColumnAfter
in interface IStiPageBreak
setNewColumnAfter
in class StiDynamicBand
public boolean getSkipFirst()
StiDynamicBand
getSkipFirst
in interface IStiPageBreak
getSkipFirst
in class StiDynamicBand
public void setSkipFirst(boolean value)
setSkipFirst
in interface IStiPageBreak
setSkipFirst
in class StiDynamicBand
public float getBreakIfLessThan()
StiDynamicBand
getBreakIfLessThan
in interface IStiPageBreak
getBreakIfLessThan
in class StiDynamicBand
public void setBreakIfLessThan(float value)
setBreakIfLessThan
in interface IStiPageBreak
setBreakIfLessThan
in class StiDynamicBand
public boolean getGrowToHeight()
StiComponent
getGrowToHeight
in interface IStiGrowToHeight
getGrowToHeight
in class StiBand
public void setGrowToHeight(boolean value)
setGrowToHeight
in interface IStiGrowToHeight
setGrowToHeight
in class StiBand
public boolean getResetPageNumber()
StiBand
getResetPageNumber
in interface IStiResetPageNumber
getResetPageNumber
in class StiBand
public void setResetPageNumber(boolean value)
setResetPageNumber
in interface IStiResetPageNumber
setResetPageNumber
in class StiBand
public boolean getPrintAtBottom()
StiDynamicBand
getPrintAtBottom
in interface IStiPrintAtBottom
getPrintAtBottom
in class StiDynamicBand
public void setPrintAtBottom(boolean value)
setPrintAtBottom
in interface IStiPrintAtBottom
setPrintAtBottom
in class StiDynamicBand
public boolean getCanBreak()
StiContainer
getCanBreak
in interface IStiBreakable
getCanBreak
in class StiContainer
public void setCanBreak(boolean value)
StiDynamicBand
setCanBreak
in interface IStiBreakable
setCanBreak
in class StiDynamicBand
public int getToolboxPosition()
getToolboxPosition
in class StiGroupFooterBand
public java.lang.String getLocalizedCategory()
getLocalizedCategory
in class StiBand
public java.lang.String getLocalizedName()
getLocalizedName
in class StiGroupFooterBand
public boolean getIsCross()
getIsCross
in class StiComponent
public int getPriority()
getPriority
in class StiGroupFooterBand
public StiDockStyle getDockStyle()
getDockStyle
in class StiBand
public void setDockStyle(StiDockStyle value)
setDockStyle
in class StiBand
public StiSize getMinSize()
StiComponent
getMinSize
in class StiBand
public void setMinSize(StiSize value)
setMinSize
in class StiBand
public StiSize getMaxSize()
StiComponent
getMaxSize
in class StiBand
public void setMaxSize(StiSize value)
setMaxSize
in class StiBand
public double getMaxHeight()
StiBand
getMaxHeight
in class StiBand
public void setMaxHeight(double value)
setMaxHeight
in class StiBand
public double getMinHeight()
StiBand
getMinHeight
in class StiBand
public void setMinHeight(double value)
setMinHeight
in class StiBand
public double getMinWidth()
public void setMinWidth(double value)
public double getMaxWidth()
public void setMaxWidth(double value)
public double getWidth()
StiComponent
getWidth
in class StiBand
public void setWidth(double value)
setWidth
in class StiBand
public double getHeight()
getHeight
in class StiComponent
public void setHeight(double value)
setHeight
in class StiComponent
public StiRectangle getDefaultClientRectangle()
getDefaultClientRectangle
in class StiBand
public StiRectangle getSelectRectangle()
getSelectRectangle
in class StiBand
public void setSelectRectangle(StiRectangle value)
StiComponent
setSelectRectangle
in class StiBand
public StiRectangle getDisplayRectangle()
getDisplayRectangle
in class StiBand
public void setDisplayRectangle(StiRectangle value)
setDisplayRectangle
in class StiBand
public double getHeaderSize()
getHeaderSize
in class StiBand
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiGroupFooterBand
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiGroupFooterBand
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |