|
||||||||||
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.simplecomponents.StiSimpleText
com.stimulsoft.report.components.simplecomponents.StiText
com.stimulsoft.report.crossTab.StiCrossField
com.stimulsoft.report.crossTab.StiCrossCell
com.stimulsoft.report.crossTab.StiCrossHeader
com.stimulsoft.report.crossTab.StiCrossRow
public class StiCrossRow
Field Summary | |
---|---|
boolean |
keepMergedCellsTogether
|
Fields inherited from class com.stimulsoft.report.crossTab.StiCrossField |
---|
originalValue |
Fields inherited from class com.stimulsoft.report.components.simplecomponents.StiText |
---|
font |
Fields inherited from class com.stimulsoft.report.components.simplecomponents.StiSimpleText |
---|
text, totalValueHelp |
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 | |
---|---|
StiCrossRow()
|
Method Summary | |
---|---|
StiCrossTitle |
getCrossRowTitle()
|
StiCrossRowTotal |
getCrossRowTotal()
|
java.lang.String |
getEnumeratorSeparator()
|
StiEnumeratorType |
getEnumeratorType()
|
java.lang.String |
getLocalizedName()
Gets a localized component name. |
boolean |
isKeepMergedCellsTogether()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setEnumeratorSeparator(java.lang.String value)
|
void |
setEnumeratorType(StiEnumeratorType value)
|
void |
setKeepMergedCellsTogether(boolean keepMergedCellsTogether)
|
Methods inherited from class com.stimulsoft.report.crossTab.StiCrossHeader |
---|
getDisplayValue, getGetDisplayCrossValueEvent, getHeaderLevel, getHeaderValue, getHideZeros, getPrintOnAllPages, getShowTotal, getSortDirection, getSortType, getTotal, getTotalGuid, InvokeGetDisplayCrossValue, isTotalVisible, setDisplayValue, setGetDisplayCrossValueEvent, setHeaderLevel, setHeaderValue, setHideZeros, setPrintOnAllPages, setShowTotal, setSortDirection, setSortType, setText, setTotal, setTotalGuid, setValue |
Methods inherited from class com.stimulsoft.report.crossTab.StiCrossCell |
---|
getGetCrossValueEvent, getValue, InvokeGetCrossValue, setGetCrossValueEvent |
Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiText |
---|
Break, clone, convertTextBorders, convertTextMargins, getActualFont, getActualFont, getActualFont, getActualSize, getAllowHtmlTags, getAllStrings, getAngle, getBorder, getBrush, getClientRectangle, getComponentPlacement, getComponentStyle, getExcelDataValue, getFormat, getGetExcelValueEvent, getGuid, getIndicator, getMargins, getName, getNullValue, getString, getTagValue, getTextOptions, getTextQuality, getToolboxPosition, getType, getWordWrap, invokeEvents, InvokeRenderTo, isExportAsImage, measureString, packService, setAllowHtmlTags, setAngle, setBorder, setBrush, setExcelDataValue, setFormat, setGetExcelValueEvent, setIndicator, setMargins, setNullValue, setString, setTextOptions, setTextQuality, setType, setWordWrap |
Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiSimpleText |
---|
checkDuplicates, getComponentGuid, getEvents, getGetValueEvent, getLinesOfUnderlining, getQuickInfo, getText, getTextInternal, getTextValue, GetTextWithoutZero, getTotalValueHelp, InvokeGetValue, InvokeTextProcess, ProcessText, RestoreState, SaveState, saveState, setComponentGuid, setGetValueEvent, setLinesOfUnderlining, SetText, setText, setTextInternal, SetTextInternal, setTextValue, setTotalValueHelp |
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.report.components.interfaces.IStiBorder |
---|
getBorder, setBorder |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiBrush |
---|
getBrush, setBrush |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImageExtended |
---|
getImage |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage |
---|
getImage |
Field Detail |
---|
public boolean keepMergedCellsTogether
Constructor Detail |
---|
public StiCrossRow()
Method Detail |
---|
public java.lang.String getLocalizedName()
getLocalizedName
in class StiText
public final StiEnumeratorType getEnumeratorType()
public final void setEnumeratorType(StiEnumeratorType value)
public final java.lang.String getEnumeratorSeparator()
public final void setEnumeratorSeparator(java.lang.String value)
public boolean isKeepMergedCellsTogether()
public void setKeepMergedCellsTogether(boolean keepMergedCellsTogether)
keepMergedCellsTogether
- the keepMergedCellsTogether to setpublic StiCrossTitle getCrossRowTitle()
public StiCrossRowTotal getCrossRowTotal()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiCrossHeader
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiCrossHeader
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |