public class StiCrossDataBand extends StiDataBand
| Modifier and Type | Field and Description |
|---|---|
int |
columnCurrent |
boolean |
IsRightToLeft |
handlerRendering, isBofValue, isEofValue, jsonMasterComponentTemp, lineThrough, PropertyEvenStyle, PropertyOddStyleborder, brush, collapsingIndex, components, ParentComponentIsBand, ParentComponentIsCrossBand, PropertyBlockedcanGrow, canShrink, componentPlacement, conditions, interaction, isRendered, page, parent, parentBookmark, PropertyComponentStyle, PropertyDelimiterComponent, PropertyDockable, PropertyInherited, PropertyLinked, PropertyLocked, PropertyMaxSize, PropertyMinSize, PropertyPlaceOnToolbox, PropertyRenderedCount, PropertyRestrictions, PropertySelectionTick, PropertyShowQuickButtons, PropertyUseParentStyles, top, widthpropertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiCrossDataBand()
Creates a new component of the type StiCrossDataBand.
|
StiCrossDataBand(boolean columnMode)
Creates a new component of the type StiCrossDataBand.
|
StiCrossDataBand(StiRectangle rect)
Creates a new component of the type StiCrossDataBand with specified location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
First()
Sets the position at the beginning.
|
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.
|
StiColumnDirection |
getColumnDirection()
Gets or sets direction of the rendeting columns.
|
double |
getColumnGaps()
Gets or sets distance between two columns.
|
boolean |
getColumnMode() |
void |
GetColumnModeFromParent() |
int |
getColumns()
Gets or sets columns count.
|
double |
getColumnWidth()
Gets or sets width of column.
|
StiComponentType |
getComponentType()
Gets the type of processing when printing.
|
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.
|
boolean |
getIsEof()
Gets value indicates that the position indicates to the end of data.
|
boolean |
getKeepChildTogether()
Gets or sets value indicates that childs are to be kept together.
|
boolean |
getKeepFooterTogether()
Gets or sets value indicates that the footer is printed with data.
|
boolean |
getKeepGroupTogether()
Gets or sets value indicates that group is to be kept together.
|
boolean |
getKeepHeaderTogether()
Gets or sets value indicates that header is printed with data together.
|
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.
|
int |
getMinRowsInColumn()
Gets or sets minimum count of the rows in one column.
|
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.
|
StiPrintOnType |
getPrintOn()
gets or sets a value which indicates on what pages component will be printed.
|
boolean |
getPrintOnAllPages()
Gets or sets value indicates that the component is printed on all pages.
|
int |
getPriority()
Gets a component priority.
|
boolean |
getResetDataSource()
Gets or sets value, indicates to reset Data Source postion to begin when preparation for
rendering.
|
boolean |
getResetPageNumber()
Allows to reset page number on this component.
|
boolean |
getRightToLeft()
Gets or sets horizontal column direction.
|
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.
|
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.
|
double |
getWidth()
gets or sets width of a component.
|
void |
Last()
Move on the last row.
|
void |
LoadFromJsonObject(JSONObject jObject) |
void |
Next()
Move on the next row.
|
void |
Prior()
Move on the previous row.
|
void |
RestoreState(java.lang.String stateName)
Restores the earlier saved object state.
|
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 |
setColumnDirection(StiColumnDirection value) |
void |
setColumnGaps(double value) |
void |
setColumnMode(boolean value) |
void |
SetColumnModeToParent() |
void |
setColumns(int value) |
void |
setColumnWidth(double value) |
void |
setDisplayRectangle(StiRectangle value) |
void |
setDockStyle(StiDockStyle value) |
void |
setGrowToHeight(boolean value) |
void |
setHeight(double value) |
void |
setKeepChildTogether(boolean value) |
void |
setKeepFooterTogether(boolean value) |
void |
setKeepGroupTogether(boolean value) |
void |
setKeepHeaderTogether(boolean value) |
void |
setMaxHeight(double value) |
void |
setMaxSize(StiSize value) |
void |
setMaxWidth(double value) |
void |
setMinHeight(double value) |
void |
setMinRowsInColumn(int 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 |
setPrintOn(StiPrintOnType value) |
void |
setPrintOnAllPages(boolean value) |
void |
setResetDataSource(boolean value) |
void |
setResetPageNumber(boolean value) |
void |
setRightToLeft(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 |
setStartNewPage(boolean value) |
void |
setStartNewPageIfLessThan(float value) |
void |
setWidth(double value) |
clone, convert, doBookmark, existDataRelation, getBeginRenderEvent, getBusinessObject, getBusinessObjectGuid, getCalcInvisible, getCollapsed, GetColumnWidth, getComponentPlacementForChildren, getCount, getCountData, getDataBandInfoV1, getDataBandInfoV2, getDataRelation, getDataRelationName, getDataSource, getDataSourceName, getEndRenderEvent, getEvenStyle, getEvents, getFilterEngine, getFilterMethodHandler, getFilterMode, getFilterOn, getFilters, getGetCollapsedEvent, getHeaderEndColor, getHeaderStartColor, GetHeaderText, getIsBof, getIsBusinessObjectEmpty, getIsEmpty, getKeepDetails, getKeepDetailsTogether, getLine, getLineThrough, getMasterComponent, getOddStyle, getPosition, getPrintIfDetailEmpty, getRenderingEvent, getSelectedLine, getSort, InvokeBeginRender, InvokeGetCollapsed, InvokeGroupRendering, InvokeRendering, isDataSourceEmpty, OnBeginRender, OnEndRender, OnGetCollapsed, OnRendering, packService, renderMaster, saveState, setBeginRenderEvent, setBusinessObjectGuid, setCalcInvisible, setCollapsed, setCountData, setDataRelationName, setDataSourceName, setEndRenderEvent, setEvenStyle, setFilterEngine, setFilterMethodHandler, setFilterMode, setFilterOn, setFilters, setGetCollapsedEvent, setIsBof, setIsEof, setKeepDetails, setKeepDetailsTogether, setLine, setLineThrough, setMasterComponent, setOddStyle, setPosition, setPrintIfDetailEmpty, setRenderingEvent, setSelectedLine, setSortBreakcanContainIn, getBandInfoV2, getCanGrow, getFooterSize, getLeft, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getShiftMode, getTop, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setLeft, setPrintable, setRectangleMoveComponent, setShiftMode, setTopAlignTo, AlignToGrid, AlignToGrid, BringToFront, ChangePosition, checkBlockedException, CheckBlockedException, checkLargeHeight, ClearAllStates, clone, ContainerToPage, ContainerToPage, Convert, ConvertSelectedToPage, ConvertToPage, Correct, Correct, correct2, getActualSize, getActualSize, getBlocked, getBorder, GetBorder, getBrush, GetBrush, getClientRectangle, getCollapsedValue, getCollapsingIndex, getCollapsingTreePath, getComponents, GetComponents, GetComponentsCount, GetComponentsList, getComponentsSelectedRectangle, getComponentStyle, GetConditions, getContainerInfoV1, getContainerInfoV2, GetContainerInRect, GetContainerInRect2, GetDockableComponent, GetDockStyle, GetFirstSelectableCompanent, GetFont, getGuid, getHasSelected, GetHorAlignment, GetIncorrect, GetIncorrect, getIncorrect2, GetMaxSize, getName, GetRectangle, GetSelectedComponents, GetSelectedComponentsWithChilds, GetSelectedRectangleWithChilds, getTagValue, GetTextBrush, GetTextFormat, GetTextHorAlignment, GetVertAlignment, GetWordWrap, GrowFont, InvertComponentsPosition, isForceSerializeToReport, MakeHorizontalSpacingEqual, MakeSameHeight, MakeSameSize, MakeSameWidth, MakeVerticalSpacingEqual, MoveBackward, MoveComponentsToPage, MoveForward, Normalize, OffsetLocation, OnComponentAdded, OnComponentRemoved, PageToContainer, PageToContainer, RemoveAllSelected, ResetSelection, SelectAll, SelectComponent, SelectInRectangle, SelectInRectangleCheckBands, SendToBack, setBlocked, setBorder, SetBorder, setBrush, SetBrush, SetCenterHorizontally, SetCenterVertically, setCollapsedValue, setCollapsingIndex, setCollapsingTreePath, setComponents, setComponentsFont, setComponentsFont, setComponentsWithSetParent, setComponentsWordWrap, SetConditions, setContainerInfoV2, SetDockStyle, setForceSerializeToReport, SetHorAlign, SetLink, setParentComponentIsBand, setParentComponentIsCrossBand, SetParentStylesToChilds, SetParentStylesToChilds, SetTextBrush, SetTextFormat, SetTextHorAlign, SetVertAlign, ShrinkFont, SortByPriorityaddSize, AllowPrintOn, applyConditions, CheckForParentComponent, clearAllStates, ClearContents, clone, ComponentToPage, ComponentToPage, ComponentToPage, convert, decrementTop, DoBookmark, DockToContainer, DockToContainer, doGetBookmark, DoOffsetRect, fillComponentPlacement, getAfterPrintEvent, getAlias, getAllowDelete, getAnchor, getBeforePrintEvent, getBookmark, getBookmarkValue, getBottom, getBuilder, getCanShrink, getClickEvent, getComponentPlacement, getConditions, getContainer, getCurrentBookmark, getDataBand, GetDataBand, getDelimiterComponent, getDisplayRectangle1, getDockable, getDockRegion, getDockRegion, getDoubleClickEvent, getDrillDownParameters, getEnabled, getForceRedrawAll, getgetBookmarkEvent, getgetDrillDownReportEvent, getgetHyperlinkEvent, getgetTagEvent, getgetToolTipEvent, getGroupHeaderBand, GetGroupHeaderBand, getHighlightState, getHyperlink, getHyperlinkValue, getIgnoreNamingRule, getImage, getImage, getInherited, getInteraction, getInvalidateOnMouseOver, getIsDesigning, getIsEnabled, getIsEventEmpty, getIsExporting, getIsgetTagHandlerEmpty, getIsPrinting, getIsRendered, getIsSelected, getLevel, getLinked, getLocked, getMeasureGraphics, getMouseEnterEvent, getMouseLeaveEvent, getPage, getPaintRectangle, getPaintRectangle, getPaintRectangle, getParent, getParentBookmark, getPlaceOnToolbox, getRenderedCount, getReport, getRestrictions, getRight, getSelectionTick, getServiceCategory, getServiceType, getShift, getShowQuickButtons, getStates, getTag, getToolTip, getToolTipValue, getUseParentStyles, incrementtTop, InternalRender, invert, InvokeAfterPrint, InvokeBeforePrint, InvokeClick, InvokeDoubleClick, InvokeEndRender, invokeEvents, InvokegetBookmark, InvokegetDrillDownReport, InvokegetHyperlink, InvokegetTag, InvokegetToolTip, InvokeMouseEnter, InvokeMouseLeave, InvokePainted, invokePainting, isDesigning, isExportAsImage, IsParentSelect, NewGuid, OnAfterPrint, OnBeforePrint, OnClick, OnDoubleClick, OngetBookmark, OngetDrillDownReport, OngetHyperlink, OngetTag, OngetToolTip, OnMouseEnter, OnMouseLeave, OnPainted, OnPainting, OnRemoveComponent, PageToComponent, PageToComponent, paint, PlacedOnColumnBand, Prepare, render, reset, Reset, restoreState, select, setAfterPrintEvent, setAlias, setAnchor, setBeforePrintEvent, setBookmark, setBookmarkValue, setCanShrink, setClickEvent, setClientRectangle, setComponentPlacement, setComponentStyle, setConditions, setCurrentBookmark, setDelimiterComponent, setDockable, setDoubleClickEvent, setDrillDownParameters, setEnabled, setgetBookmarkEvent, setgetDrillDownReportEvent, setgetHyperlinkEvent, setgetTagEvent, setgetToolTipEvent, setGuid, setHeightProp, setHighlightState, setHyperlink, setHyperlinkValue, setIgnoreNamingRule, setInherited, setInteraction, setIsRendered, setIsSelected, setLeftProp, setLinked, setLocked, setMouseEnterEvent, setMouseLeaveEvent, setName, setPage, setPaintRectangle, setParent, setParentBookmark, setPlaceOnToolbox, setRenderedCount, setReport, SetReportVariables, setRestrictions, setSelectionTick, setShift, setShowQuickButtons, setStates, setTag, setTagValue, setToolTip, setToolTipValue, setTopProp, setUseParentStyles, setWidthProp, toString, UnPreparegetServiceNamegetProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetReference, setReferencepublic StiCrossDataBand(boolean columnMode)
public StiCrossDataBand()
public StiCrossDataBand(StiRectangle rect)
rect - The rectangle describes size and position of the component.public boolean getNewPageBefore()
StiDynamicBandgetNewPageBefore in interface IStiPageBreakgetNewPageBefore in class StiDynamicBandpublic void setNewPageBefore(boolean value)
setNewPageBefore in interface IStiPageBreaksetNewPageBefore in class StiDynamicBandpublic boolean getNewPageAfter()
StiDynamicBandgetNewPageAfter in interface IStiPageBreakgetNewPageAfter in class StiDynamicBandpublic void setNewPageAfter(boolean value)
setNewPageAfter in interface IStiPageBreaksetNewPageAfter in class StiDynamicBandpublic boolean getNewColumnBefore()
StiDynamicBandgetNewColumnBefore in interface IStiPageBreakgetNewColumnBefore in class StiDynamicBandpublic void setNewColumnBefore(boolean value)
setNewColumnBefore in interface IStiPageBreaksetNewColumnBefore in class StiDynamicBandpublic boolean getNewColumnAfter()
StiDynamicBandgetNewColumnAfter in interface IStiPageBreakgetNewColumnAfter in class StiDynamicBandpublic void setNewColumnAfter(boolean value)
setNewColumnAfter in interface IStiPageBreaksetNewColumnAfter in class StiDynamicBandpublic boolean getSkipFirst()
StiDynamicBandgetSkipFirst in interface IStiPageBreakgetSkipFirst in class StiDynamicBandpublic void setSkipFirst(boolean value)
setSkipFirst in interface IStiPageBreaksetSkipFirst in class StiDynamicBandpublic float getBreakIfLessThan()
StiDynamicBandgetBreakIfLessThan in interface IStiPageBreakgetBreakIfLessThan in class StiDynamicBandpublic void setBreakIfLessThan(float value)
setBreakIfLessThan in interface IStiPageBreaksetBreakIfLessThan in class StiDynamicBandpublic boolean getGrowToHeight()
StiComponentgetGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiBandpublic void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiBandpublic boolean getResetPageNumber()
StiDataBandgetResetPageNumber in interface IStiResetPageNumbergetResetPageNumber in class StiDataBandpublic void setResetPageNumber(boolean value)
setResetPageNumber in interface IStiResetPageNumbersetResetPageNumber in class StiDataBandpublic boolean getStartNewPage()
StiDataBandgetStartNewPage in interface IStiStartNewPagegetStartNewPage in class StiDataBandpublic void setStartNewPage(boolean value)
setStartNewPage in interface IStiStartNewPagesetStartNewPage in class StiDataBandpublic float getStartNewPageIfLessThan()
StiDataBandgetStartNewPageIfLessThan in interface IStiStartNewPagegetStartNewPageIfLessThan in class StiDataBandpublic void setStartNewPageIfLessThan(float value)
setStartNewPageIfLessThan in interface IStiStartNewPagesetStartNewPageIfLessThan in class StiDataBandpublic void RestoreState(java.lang.String stateName)
RestoreState in class StiDataBandstateName - A name of the state being restored.public boolean getKeepHeaderTogether()
StiDataBandgetKeepHeaderTogether in interface IStiKeepHeaderTogethergetKeepHeaderTogether in class StiDataBandpublic void setKeepHeaderTogether(boolean value)
setKeepHeaderTogether in interface IStiKeepHeaderTogethersetKeepHeaderTogether in class StiDataBandpublic boolean getKeepFooterTogether()
StiDataBandgetKeepFooterTogether in interface IStiKeepFooterTogethergetKeepFooterTogether in class StiDataBandpublic void setKeepFooterTogether(boolean value)
setKeepFooterTogether in interface IStiKeepFooterTogethersetKeepFooterTogether in class StiDataBandpublic boolean getKeepChildTogether()
StiDataBandgetKeepChildTogether in class StiDataBandpublic void setKeepChildTogether(boolean value)
setKeepChildTogether in class StiDataBandpublic boolean getKeepGroupTogether()
StiDataBandgetKeepGroupTogether in interface IStiKeepGroupTogethergetKeepGroupTogether in class StiDataBandpublic void setKeepGroupTogether(boolean value)
setKeepGroupTogether in interface IStiKeepGroupTogethersetKeepGroupTogether in class StiDataBandpublic boolean getPrintAtBottom()
StiDynamicBandgetPrintAtBottom in interface IStiPrintAtBottomgetPrintAtBottom in class StiDynamicBandpublic void setPrintAtBottom(boolean value)
setPrintAtBottom in interface IStiPrintAtBottomsetPrintAtBottom in class StiDynamicBandpublic boolean getCanBreak()
StiContainergetCanBreak in interface IStiBreakablegetCanBreak in class StiContainerpublic void setCanBreak(boolean value)
StiDynamicBandsetCanBreak in interface IStiBreakablesetCanBreak in class StiDynamicBandpublic boolean getPrintOnAllPages()
StiDataBandgetPrintOnAllPages in interface IStiPrintOnAllPagesgetPrintOnAllPages in class StiDataBandpublic void setPrintOnAllPages(boolean value)
setPrintOnAllPages in interface IStiPrintOnAllPagessetPrintOnAllPages in class StiDataBandpublic StiPrintOnType getPrintOn()
StiComponentgetPrintOn in interface IStiPrintOngetPrintOn in class StiComponentpublic void setPrintOn(StiPrintOnType value)
setPrintOn in interface IStiPrintOnsetPrintOn in class StiComponentpublic final void SetColumnModeToParent()
public final void GetColumnModeFromParent()
public void First()
First in interface IStiEnumeratorFirst in class StiDataBandpublic void Prior()
Prior in interface IStiEnumeratorPrior in class StiDataBandpublic void Next()
Next in interface IStiEnumeratorNext in class StiDataBandpublic void Last()
Last in interface IStiEnumeratorLast in class StiDataBandpublic boolean getIsEof()
getIsEof in interface IStiEnumeratorgetIsEof in class StiDataBandpublic boolean getRightToLeft()
StiDataBandgetRightToLeft in class StiDataBandpublic void setRightToLeft(boolean value)
setRightToLeft in class StiDataBandpublic double getColumnGaps()
StiDataBandgetColumnGaps in class StiDataBandpublic void setColumnGaps(double value)
setColumnGaps in class StiDataBandpublic double getColumnWidth()
StiDataBandgetColumnWidth in class StiDataBandpublic void setColumnWidth(double value)
setColumnWidth in class StiDataBandpublic int getColumns()
StiDataBandgetColumns in class StiDataBandpublic void setColumns(int value)
setColumns in class StiDataBandpublic int getMinRowsInColumn()
StiDataBandgetMinRowsInColumn in class StiDataBandpublic void setMinRowsInColumn(int value)
setMinRowsInColumn in class StiDataBandpublic StiColumnDirection getColumnDirection()
StiDataBandgetColumnDirection in class StiDataBandpublic void setColumnDirection(StiColumnDirection value)
setColumnDirection in class StiDataBandpublic boolean getResetDataSource()
getResetDataSource in class StiDataBandpublic void setResetDataSource(boolean value)
setResetDataSource in class StiDataBandpublic int getToolboxPosition()
getToolboxPosition in class StiDataBandpublic int getPriority()
getPriority in class StiDataBandpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiBandpublic java.lang.String getLocalizedName()
getLocalizedName in class StiDataBandpublic boolean getIsCross()
getIsCross in class StiComponentpublic StiComponentType getComponentType()
getComponentType in class StiDataBandpublic StiDockStyle getDockStyle()
getDockStyle in class StiBandpublic void setDockStyle(StiDockStyle value)
setDockStyle in class StiBandpublic StiSize getMinSize()
StiComponentgetMinSize in class StiBandpublic void setMinSize(StiSize value)
setMinSize in class StiBandpublic StiSize getMaxSize()
StiComponentgetMaxSize in class StiBandpublic void setMaxSize(StiSize value)
setMaxSize in class StiBandpublic double getMaxHeight()
StiBandgetMaxHeight in class StiBandpublic void setMaxHeight(double value)
setMaxHeight in class StiBandpublic double getMinHeight()
StiBandgetMinHeight in class StiBandpublic void setMinHeight(double value)
setMinHeight in class StiBandpublic double getMinWidth()
public void setMinWidth(double value)
public double getMaxWidth()
public void setMaxWidth(double value)
public double getWidth()
StiComponentpublic double getHeight()
getHeight in class StiComponentpublic void setHeight(double value)
setHeight in class StiComponentpublic StiRectangle getDefaultClientRectangle()
getDefaultClientRectangle in class StiBandpublic StiRectangle getSelectRectangle()
getSelectRectangle in class StiBandpublic void setSelectRectangle(StiRectangle value)
StiComponentsetSelectRectangle in class StiBandpublic StiRectangle getDisplayRectangle()
getDisplayRectangle in class StiBandpublic void setDisplayRectangle(StiRectangle value)
setDisplayRectangle in class StiBandpublic double getHeaderSize()
getHeaderSize in class StiBandpublic final boolean getColumnMode()
public final void setColumnMode(boolean value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiDataBandJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiDataBandJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.