com.stimulsoft.report.crossTab
Class StiCrossField

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.StiBase
              extended by com.stimulsoft.report.components.StiComponent
                  extended by com.stimulsoft.report.components.simplecomponents.StiSimpleText
                      extended by com.stimulsoft.report.components.simplecomponents.StiText
                          extended by com.stimulsoft.report.crossTab.StiCrossField
All Implemented Interfaces:
IStiAppExpressionCollection, IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializableToAttributes, IStiName, IStiAutoWidth, IStiBorder, IStiBreakable, IStiBrush, IStiCanGrow, IStiCanShrink, IStiComponentGuid, IStiConditions, IStiCrossTabField, IStiEditable, IStiExportImage, IStiExportImageExtended, IStiFont, IStiGlobalizedName, IStiGrowToHeight, IStiIndicator, IStiInteraction, IStiOnlyText, IStiPrintOn, IStiProcessAt, IStiProcessAtEnd, IStiSelect, IStiShift, IStiText, IStiTextBrush, IStiTextFormat, IStiTextHorAlignment, IStiTextOptions, IStiUnitConvert, IStiVertAlignment, IStiReportProperty, IStiGlobalizationProvider, IStiInherited, IStiStateSaveRestore, java.lang.Cloneable
Direct Known Subclasses:
StiCrossCell, StiCrossSummaryHeader, StiCrossTitle, StiCrossTotal

public abstract class StiCrossField
extends StiText
implements IStiTextHorAlignment, IStiVertAlignment, IStiBorder, IStiFont, IStiBrush, IStiTextBrush, IStiCrossTabField


Field Summary
 java.lang.Object 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
StiCrossField()
           
 
Method Summary
 boolean getAutoWidth()
          Gets or sets value indicates that this object can change width automatically.
 StiBookmarkExpression getBookmark()
          gets or sets the expression to fill a component bookmark.
 boolean getCanBreak()
          Gets or sets value which indicates whether the component can or cannot break its contents on several pages.
 boolean getCanGrow()
          gets or sets a value which indicates that this object can grow.
 boolean getCanShrink()
          gets or sets value which indicates that this object can shrink.
 java.lang.String getCellText()
           
 StiDockStyle getDockStyle()
          gets or sets a type of the component docking.
 boolean getEditable()
          Gets or sets value indicates that a component can be edited in the window of viewer.
 boolean getEnabled()
          gets or sets a value which indicates will this component be available or not.
 StiExcelValueExpression getExcelValue()
          Gets or sets an expression used for export data to Excel.
 boolean getExportAsImage()
          Gets or sets value which indicates how content of text will be exported as image or as text.
 StiFont getFont()
          Gets or sets font of component.
 StiGetBookmarkEvent getgetBookmarkEvent()
          Occurs when getting of the Bookmark for the component.
 java.lang.String getGlobalizedName()
          Gets or sets special identificator which will be used for report globalization.
 boolean getGrowToHeight()
          gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container.
 double getHeight()
           
 StiTextHorAlignment getHorAlignment()
          Gets or sets the text horizontal alignment.
 double getLeft()
          gets or sets left position of a component.
 StiPenStyle getLinesOfUnderline()
          Gets or sets value indicates that it is necessary to lines of underline.
 boolean getLinked()
          gets or sets a value which indicates whether the object snap to the container is turned on.
 java.lang.String getLocalizedCategory()
          Gets a localized name of the component category.
 boolean getLocked()
          gets or sets a value which indicates that moving is locked.
 int getMaxNumberOfLines()
          Gets or sets maximum number of lines which specify the limit of the height stretch.
 boolean getMergeHeaders()
          Gets or sets value which indicates that all equal values of header will be merged into one.
 boolean getOnlyText()
          Gets or sets value indicates that the text expression contains a text only.
 boolean getPrintable()
          gets or sets a value which indicates whether a component is printable or not.
 StiPrintOnType getPrintOn()
          gets or sets a value which indicates on what pages component will be printed.
 StiProcessAt getProcessAt()
          Gets or sets value indicates that a text is processed at the end of the report execution.
 boolean getProcessAtEnd()
          Gets or sets value indicates that a text is processed at the end of the report execution.
 StiProcessCellEvent getProcessCellEvent()
          Gets or sets a script of the event ProcessCell.
 StiProcessingDuplicatesType getProcessingDuplicates()
          Gets or sets value which indicates how report engine processes duplicated values.
 java.lang.String getRenderTo()
          In the property specify the Text component in what the text that is out of the current Text component bound will be continued to be output.
 StiEnumSet<StiRestrictions> getRestrictions()
          gets or sets value which indicates the restrictions of a component.
 StiEnumSet<StiShiftMode> getShiftMode()
          gets or sets a value which indicates the shift mode of a component.
 boolean getShrinkFontToFit()
          Gets or sets value that indicates that this component is descrease size of font to fit content of component.
 float getShrinkFontToFitMinimumSize()
          Gets or sets value that indicates minimum font size for ShrinkFontToFit operation.
 StiText GetTextBoxFromField()
           
 StiBrush getTextBrush()
          Gets or sets a brush to draw text.
 StiFormatService getTextFormat()
          Gets or sets the format of the text.
 double getTop()
          gets or sets top position of a component.
 StiVertAlignment getVertAlignment()
          Gets or sets the vertical alignment of an object.
 double getWidth()
          gets or sets width of a component.
 boolean getWYSIWYG()
          Gets or sets value that indicates that this component is to be output as WYSIWYG concept.
 boolean isDisabledByCondition()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setAlias(java.lang.String value)
           
 void setAutoWidth(boolean value)
           
 void setBookmark(StiBookmarkExpression value)
           
 void setCanBreak(boolean value)
           
 void setCanGrow(boolean value)
           
 void setCanShrink(boolean value)
           
 void setDisabledByCondition(boolean disabledByCondition)
           
 void setDockStyle(StiDockStyle value)
           
 void setEditable(boolean value)
           
 void setEnabled(boolean value)
           
 void setExcelValue(StiExcelValueExpression value)
           
 void setExportAsImage(boolean value)
           
 void setFont(StiFont value)
           
 void setgetBookmarkEvent(StiGetBookmarkEvent value)
           
 void setGlobalizedName(java.lang.String value)
           
 void setGrowToHeight(boolean value)
           
 void setHeight(double value)
           
 void setHorAlignment(StiTextHorAlignment value)
           
 void setLeft(double value)
           
 void setLinesOfUnderline(StiPenStyle value)
           
 void setLinked(boolean value)
           
 void setLocked(boolean value)
           
 void setMaxNumberOfLines(int value)
           
 void setMergeHeaders(boolean value)
           
 void setName(java.lang.String value)
           
 void setOnlyText(boolean value)
           
 void setPrintable(boolean value)
           
 void setPrintOn(StiPrintOnType value)
           
 void setProcessAt(StiProcessAt value)
           
 void setProcessAtEnd(boolean value)
           
 void setProcessCellEvent(StiProcessCellEvent value)
           
 void setProcessingDuplicates(StiProcessingDuplicatesType value)
           
 void setRenderTo(java.lang.String value)
           
 void setRestrictions(StiEnumSet<StiRestrictions> value)
           
 void setShiftMode(StiEnumSet<StiShiftMode> value)
           
 void setShrinkFontToFit(boolean value)
           
 void setShrinkFontToFitMinimumSize(float value)
           
 void setTextBrush(StiBrush value)
           
 void setTextFormat(StiFormatService value)
           
 void setTop(double value)
           
 void setVertAlignment(StiVertAlignment value)
           
 void setWidth(double value)
           
 void setWYSIWYG(boolean value)
           
 java.lang.String toString()
          Returns an Alias of th * he Name of the report.
 
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, getLocalizedName, 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, getHideZeros, getLinesOfUnderlining, getQuickInfo, getText, getTextInternal, getTextValue, GetTextWithoutZero, getTotalValueHelp, InvokeGetValue, InvokeTextProcess, ProcessText, RestoreState, SaveState, saveState, setComponentGuid, setGetValueEvent, setHideZeros, setLinesOfUnderlining, SetText, setText, setText, setTextInternal, SetTextInternal, setTextValue, setTotalValueHelp
 
Methods inherited from class com.stimulsoft.report.components.StiComponent
addSize, applyConditions, canContainIn, CheckForParentComponent, clearAllStates, ClearAllStates, ClearContents, clone, ComponentToPage, ComponentToPage, ComponentToPage, convert, convert, decrementTop, doBookmark, DoBookmark, DockToContainer, DockToContainer, doGetBookmark, DoOffsetRect, doPointer, fillComponentPlacement, getAfterPrintEvent, getAlias, getAllowDelete, getAnchor, getBeforePrintEvent, getBookmarkValue, getBottom, getClickEvent, getComponentType, getConditions, getContainer, getCurrentBookmark, getDataBand, GetDataBand, getDefaultClientRectangle, getDelimiterComponent, getDisplayRectangle, getDisplayRectangle1, getDockable, getDockRegion, getDockRegion, getDoubleClickEvent, getDrillDownParameters, getExpressions, getForceRedrawAll, getgetDrillDownReportEvent, getgetHyperlinkEvent, getgetTagEvent, getgetToolTipEvent, getGroupHeaderBand, GetGroupHeaderBand, getHighlightState, getHyperlink, getHyperlinkValue, getIgnoreNamingRule, getImage, getImage, getInherited, getInteraction, getInvalidateOnMouseOver, getIsCross, getIsDesigning, getIsEnabled, getIsEventEmpty, getIsExporting, getIsgetTagHandlerEmpty, getIsPrinting, getIsRendered, getIsSelected, getLevel, getMaxSize, getMeasureGraphics, getMinSize, getMouseEnterEvent, getMouseLeaveEvent, getPage, getPaintRectangle, getPaintRectangle, getPaintRectangle, getParent, getParentBookmark, getPlaceOnToolbox, getPointer, getPointerValue, getPriority, getRenderedCount, getReport, getRight, getSelectionTick, getSelectRectangle, getServiceCategory, getServiceType, getShift, getShowQuickButtons, getTag, getTagStrValue, getToolTip, getToolTipValue, getUseParentStyles, incrementtTop, InternalRender, invert, InvokeAfterPrint, InvokeBeforePrint, InvokeBeginRender, InvokeClick, InvokeDoubleClick, InvokeEndRender, InvokegetBookmark, InvokegetDrillDownReport, InvokegetHyperlink, InvokegetTag, InvokegetToolTip, InvokeMouseEnter, InvokeMouseLeave, InvokePainted, invokePainting, isAutomaticDock, isDesigning, IsParentSelect, NewGuid, OnRemoveComponent, PageToComponent, PageToComponent, paint, PlacedOnColumnBand, Prepare, render, reset, Reset, restoreState, select, setAfterPrintEvent, setAnchor, setBeforePrintEvent, setBookmarkValue, setClickEvent, setClientRectangle, setComponentPlacement, setComponentStyle, setConditions, setCurrentBookmark, setDelimiterComponent, setDirectDisplayRectangle, setDisplayRectangle, setDockable, setDoubleClickEvent, setDrillDownParameters, setExpressions, setgetDrillDownReportEvent, setgetHyperlinkEvent, setgetTagEvent, setgetToolTipEvent, setGuid, setHeightProp, setHighlightState, setHyperlink, setHyperlinkValue, setIgnoreNamingRule, setInherited, setInteraction, setIsRendered, setIsSelected, setLeftProp, setMaxSize, setMinSize, setMouseEnterEvent, setMouseLeaveEvent, setPage, setPaintRectangle, setParent, setParentBookmark, setPlaceOnToolbox, setPointer, setPointerValue, setRenderedCount, setReport, SetReportVariables, setSelectionTick, setSelectRectangle, setShift, setShowQuickButtons, setStates, setTag, setTagValue, setToolTip, setToolTipValue, setTopProp, setUseParentStyles, setWidthProp, UnPrepare
 
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

originalValue

public java.lang.Object originalValue
Constructor Detail

StiCrossField

public StiCrossField()
Method Detail

getTextFormat

public StiFormatService getTextFormat()
Gets or sets the format of the text.

Specified by:
getTextFormat in interface IStiTextFormat
Overrides:
getTextFormat in class StiText

setTextFormat

public void setTextFormat(StiFormatService value)
Specified by:
setTextFormat in interface IStiTextFormat
Overrides:
setTextFormat in class StiText

getTextBrush

public StiBrush getTextBrush()
Gets or sets a brush to draw text.

Specified by:
getTextBrush in interface IStiTextBrush
Overrides:
getTextBrush in class StiText

setTextBrush

public void setTextBrush(StiBrush value)
Specified by:
setTextBrush in interface IStiTextBrush
Overrides:
setTextBrush in class StiText

getFont

public StiFont getFont()
Gets or sets font of component.

Specified by:
getFont in interface IStiFont
Overrides:
getFont in class StiText

setFont

public void setFont(StiFont value)
Specified by:
setFont in interface IStiFont
Overrides:
setFont in class StiText

getHorAlignment

public StiTextHorAlignment getHorAlignment()
Gets or sets the text horizontal alignment.

Specified by:
getHorAlignment in interface IStiTextHorAlignment
Overrides:
getHorAlignment in class StiText

setHorAlignment

public void setHorAlignment(StiTextHorAlignment value)
Specified by:
setHorAlignment in interface IStiTextHorAlignment
Overrides:
setHorAlignment in class StiText

getVertAlignment

public StiVertAlignment getVertAlignment()
Gets or sets the vertical alignment of an object.

Specified by:
getVertAlignment in interface IStiVertAlignment
Overrides:
getVertAlignment in class StiText

setVertAlignment

public void setVertAlignment(StiVertAlignment value)
Specified by:
setVertAlignment in interface IStiVertAlignment
Overrides:
setVertAlignment in class StiText

getExcelValue

public StiExcelValueExpression getExcelValue()
Description copied from class: StiText
Gets or sets an expression used for export data to Excel. Only for numeric values.

Overrides:
getExcelValue in class StiText

setExcelValue

public void setExcelValue(StiExcelValueExpression value)
Overrides:
setExcelValue in class StiText

getPrintOn

public StiPrintOnType getPrintOn()
Description copied from class: StiComponent
gets or sets a value which indicates on what pages component will be printed.

Specified by:
getPrintOn in interface IStiPrintOn
Overrides:
getPrintOn in class StiComponent

setPrintOn

public void setPrintOn(StiPrintOnType value)
Specified by:
setPrintOn in interface IStiPrintOn
Overrides:
setPrintOn in class StiComponent

getExportAsImage

public final boolean getExportAsImage()
Description copied from class: StiText
Gets or sets value which indicates how content of text will be exported as image or as text.

Overrides:
getExportAsImage in class StiText

setExportAsImage

public final void setExportAsImage(boolean value)
Overrides:
setExportAsImage in class StiText

getShrinkFontToFit

public boolean getShrinkFontToFit()
Description copied from class: StiText
Gets or sets value that indicates that this component is descrease size of font to fit content of component.

Overrides:
getShrinkFontToFit in class StiText

setShrinkFontToFit

public void setShrinkFontToFit(boolean value)
Overrides:
setShrinkFontToFit in class StiText

getShrinkFontToFitMinimumSize

public float getShrinkFontToFitMinimumSize()
Description copied from class: StiText
Gets or sets value that indicates minimum font size for ShrinkFontToFit operation.

Overrides:
getShrinkFontToFitMinimumSize in class StiText

setShrinkFontToFitMinimumSize

public void setShrinkFontToFitMinimumSize(float value)
Overrides:
setShrinkFontToFitMinimumSize in class StiText

getRenderTo

public final java.lang.String getRenderTo()
Description copied from class: StiText
In the property specify the Text component in what the text that is out of the current Text component bound will be continued to be output.

Overrides:
getRenderTo in class StiText

setRenderTo

public final void setRenderTo(java.lang.String value)
Overrides:
setRenderTo in class StiText

setAlias

public final void setAlias(java.lang.String value)
Overrides:
setAlias in class StiComponent

setName

public final void setName(java.lang.String value)
Specified by:
setName in interface IStiName
Overrides:
setName in class StiComponent

getLocked

public final boolean getLocked()
Description copied from class: StiComponent
gets or sets a value which indicates that moving is locked.

Overrides:
getLocked in class StiComponent

setLocked

public final void setLocked(boolean value)
Overrides:
setLocked in class StiComponent

getLinked

public final boolean getLinked()
Description copied from class: StiComponent
gets or sets a value which indicates whether the object snap to the container is turned on.

Overrides:
getLinked in class StiComponent

setLinked

public final void setLinked(boolean value)
Overrides:
setLinked in class StiComponent

getCanBreak

public final boolean getCanBreak()
Description copied from class: StiText
Gets or sets value which indicates whether the component can or cannot break its contents on several pages.

Specified by:
getCanBreak in interface IStiBreakable
Overrides:
getCanBreak in class StiText

setCanBreak

public final void setCanBreak(boolean value)
Specified by:
setCanBreak in interface IStiBreakable
Overrides:
setCanBreak in class StiText

getWYSIWYG

public final boolean getWYSIWYG()
Description copied from class: StiText
Gets or sets value that indicates that this component is to be output as WYSIWYG concept.

Overrides:
getWYSIWYG in class StiText

setWYSIWYG

public final void setWYSIWYG(boolean value)
Overrides:
setWYSIWYG in class StiText

getEditable

public final boolean getEditable()
Description copied from class: StiSimpleText
Gets or sets value indicates that a component can be edited in the window of viewer.

Specified by:
getEditable in interface IStiEditable
Overrides:
getEditable in class StiSimpleText

setEditable

public final void setEditable(boolean value)
Specified by:
setEditable in interface IStiEditable
Overrides:
setEditable in class StiSimpleText

getGlobalizedName

public final java.lang.String getGlobalizedName()
Description copied from class: StiSimpleText
Gets or sets special identificator which will be used for report globalization.

Specified by:
getGlobalizedName in interface IStiGlobalizedName
Overrides:
getGlobalizedName in class StiSimpleText

setGlobalizedName

public final void setGlobalizedName(java.lang.String value)
Specified by:
setGlobalizedName in interface IStiGlobalizedName
Overrides:
setGlobalizedName in class StiSimpleText

getLinesOfUnderline

public StiPenStyle getLinesOfUnderline()
Description copied from class: StiSimpleText
Gets or sets value indicates that it is necessary to lines of underline.

Specified by:
getLinesOfUnderline in interface IStiText
Overrides:
getLinesOfUnderline in class StiSimpleText

setLinesOfUnderline

public void setLinesOfUnderline(StiPenStyle value)
Specified by:
setLinesOfUnderline in interface IStiText
Overrides:
setLinesOfUnderline in class StiSimpleText

getProcessingDuplicates

public final StiProcessingDuplicatesType getProcessingDuplicates()
Description copied from class: StiSimpleText
Gets or sets value which indicates how report engine processes duplicated values.

Specified by:
getProcessingDuplicates in interface IStiText
Overrides:
getProcessingDuplicates in class StiSimpleText

setProcessingDuplicates

public final void setProcessingDuplicates(StiProcessingDuplicatesType value)
Specified by:
setProcessingDuplicates in interface IStiText
Overrides:
setProcessingDuplicates in class StiSimpleText

getOnlyText

public final boolean getOnlyText()
Description copied from class: StiSimpleText
Gets or sets value indicates that the text expression contains a text only.

Specified by:
getOnlyText in interface IStiOnlyText
Specified by:
getOnlyText in interface IStiText
Overrides:
getOnlyText in class StiSimpleText

setOnlyText

public final void setOnlyText(boolean value)
Specified by:
setOnlyText in interface IStiOnlyText
Specified by:
setOnlyText in interface IStiText
Overrides:
setOnlyText in class StiSimpleText

getProcessAtEnd

public final boolean getProcessAtEnd()
Description copied from class: StiSimpleText
Gets or sets value indicates that a text is processed at the end of the report execution.

Specified by:
getProcessAtEnd in interface IStiProcessAtEnd
Overrides:
getProcessAtEnd in class StiSimpleText

setProcessAtEnd

public final void setProcessAtEnd(boolean value)
Specified by:
setProcessAtEnd in interface IStiProcessAtEnd
Overrides:
setProcessAtEnd in class StiSimpleText

getProcessAt

public final StiProcessAt getProcessAt()
Description copied from class: StiSimpleText
Gets or sets value indicates that a text is processed at the end of the report execution.

Specified by:
getProcessAt in interface IStiProcessAt
Overrides:
getProcessAt in class StiSimpleText

setProcessAt

public final void setProcessAt(StiProcessAt value)
Specified by:
setProcessAt in interface IStiProcessAt
Overrides:
setProcessAt in class StiSimpleText

getMaxNumberOfLines

public final int getMaxNumberOfLines()
Description copied from class: StiSimpleText
Gets or sets maximum number of lines which specify the limit of the height stretch.

Specified by:
getMaxNumberOfLines in interface IStiText
Overrides:
getMaxNumberOfLines in class StiSimpleText

setMaxNumberOfLines

public final void setMaxNumberOfLines(int value)
Specified by:
setMaxNumberOfLines in interface IStiText
Overrides:
setMaxNumberOfLines in class StiSimpleText

getEnabled

public boolean getEnabled()
Description copied from class: StiComponent
gets or sets a value which indicates will this component be available or not.

Overrides:
getEnabled in class StiComponent

setEnabled

public void setEnabled(boolean value)
Overrides:
setEnabled in class StiComponent

getDockStyle

public final StiDockStyle getDockStyle()
Description copied from class: StiComponent
gets or sets a type of the component docking.

Overrides:
getDockStyle in class StiComponent

setDockStyle

public final void setDockStyle(StiDockStyle value)
Overrides:
setDockStyle in class StiComponent

getGrowToHeight

public final boolean getGrowToHeight()
Description copied from class: StiComponent
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container.

Specified by:
getGrowToHeight in interface IStiGrowToHeight
Overrides:
getGrowToHeight in class StiComponent

setGrowToHeight

public final void setGrowToHeight(boolean value)
Specified by:
setGrowToHeight in interface IStiGrowToHeight
Overrides:
setGrowToHeight in class StiComponent

getShiftMode

public final StiEnumSet<StiShiftMode> getShiftMode()
Description copied from class: StiComponent
gets or sets a value which indicates the shift mode of a component.

Specified by:
getShiftMode in interface IStiShift
Overrides:
getShiftMode in class StiComponent

setShiftMode

public final void setShiftMode(StiEnumSet<StiShiftMode> value)
Specified by:
setShiftMode in interface IStiShift
Overrides:
setShiftMode in class StiComponent

getLeft

public final double getLeft()
Description copied from class: StiComponent
gets or sets left position of a component.

Overrides:
getLeft in class StiComponent

setLeft

public final void setLeft(double value)
Overrides:
setLeft in class StiComponent

getTop

public final double getTop()
Description copied from class: StiComponent
gets or sets top position of a component.

Overrides:
getTop in class StiComponent

setTop

public final void setTop(double value)
Overrides:
setTop in class StiComponent

getWidth

public double getWidth()
Description copied from class: StiComponent
gets or sets width of a component.

Overrides:
getWidth in class StiComponent

setWidth

public void setWidth(double value)
Overrides:
setWidth in class StiComponent

getHeight

public double getHeight()
Overrides:
getHeight in class StiComponent

setHeight

public void setHeight(double value)
Overrides:
setHeight in class StiComponent

getCanShrink

public final boolean getCanShrink()
Description copied from class: StiComponent
gets or sets value which indicates that this object can shrink.

Specified by:
getCanShrink in interface IStiCanShrink
Overrides:
getCanShrink in class StiComponent

setCanShrink

public final void setCanShrink(boolean value)
Specified by:
setCanShrink in interface IStiCanShrink
Overrides:
setCanShrink in class StiComponent

getCanGrow

public final boolean getCanGrow()
Description copied from class: StiComponent
gets or sets a value which indicates that this object can grow.

Specified by:
getCanGrow in interface IStiCanGrow
Overrides:
getCanGrow in class StiComponent

setCanGrow

public final void setCanGrow(boolean value)
Specified by:
setCanGrow in interface IStiCanGrow
Overrides:
setCanGrow in class StiComponent

getAutoWidth

public final boolean getAutoWidth()
Description copied from class: StiText
Gets or sets value indicates that this object can change width automatically.

Specified by:
getAutoWidth in interface IStiAutoWidth
Overrides:
getAutoWidth in class StiText

setAutoWidth

public final void setAutoWidth(boolean value)
Specified by:
setAutoWidth in interface IStiAutoWidth
Overrides:
setAutoWidth in class StiText

getPrintable

public final boolean getPrintable()
Description copied from class: StiComponent
gets or sets a value which indicates whether a component is printable or not.

Overrides:
getPrintable in class StiComponent

setPrintable

public final void setPrintable(boolean value)
Overrides:
setPrintable in class StiComponent

getBookmark

public final StiBookmarkExpression getBookmark()
Description copied from class: StiComponent
gets or sets the expression to fill a component bookmark.

Overrides:
getBookmark in class StiComponent

setBookmark

public final void setBookmark(StiBookmarkExpression value)
Overrides:
setBookmark in class StiComponent

getgetBookmarkEvent

public final StiGetBookmarkEvent getgetBookmarkEvent()
Description copied from class: StiComponent
Occurs when getting of the Bookmark for the component.

Overrides:
getgetBookmarkEvent in class StiComponent

setgetBookmarkEvent

public final void setgetBookmarkEvent(StiGetBookmarkEvent value)
Overrides:
setgetBookmarkEvent in class StiComponent

getProcessCellEvent

public final StiProcessCellEvent getProcessCellEvent()
Gets or sets a script of the event ProcessCell.


setProcessCellEvent

public final void setProcessCellEvent(StiProcessCellEvent value)

isDisabledByCondition

public boolean isDisabledByCondition()
Returns:
the disabledByCondition

setDisabledByCondition

public void setDisabledByCondition(boolean disabledByCondition)
Parameters:
disabledByCondition - the disabledByCondition to set

toString

public java.lang.String toString()
Description copied from class: StiComponent
Returns an Alias of th * he Name of the report.

Overrides:
toString in class StiComponent
Returns:
An Alias of the report or the Name of the report

getLocalizedCategory

public java.lang.String getLocalizedCategory()
Gets a localized name of the component category.

Overrides:
getLocalizedCategory in class StiText

getRestrictions

public StiEnumSet<StiRestrictions> getRestrictions()
Description copied from class: StiComponent
gets or sets value which indicates the restrictions of a component.

Overrides:
getRestrictions in class StiComponent

setRestrictions

public void setRestrictions(StiEnumSet<StiRestrictions> value)
Overrides:
setRestrictions in class StiComponent

GetTextBoxFromField

public final StiText GetTextBoxFromField()

getCellText

public java.lang.String getCellText()

getMergeHeaders

public final boolean getMergeHeaders()
Gets or sets value which indicates that all equal values of header will be merged into one.


setMergeHeaders

public final void setMergeHeaders(boolean value)

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiText
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiText
Throws:
JSONException