|
||||||||||
| 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.complexcomponents.StiSubReport
public class StiSubReport
| Field Summary | |
|---|---|
StiEventHandler |
handlerBeforeRenderSubReport
|
boolean |
keepSubReportTogether
|
java.lang.String |
subReportPageGuid
|
| 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 | |
|---|---|
StiSubReport()
Creates a new component of the type StiSubReport. |
|
StiSubReport(StiRectangle rect)
Creates a new component of the type StiSubReport. |
|
| Method Summary | |
|---|---|
boolean |
canContainIn(StiComponent component)
May this container be located in the specified component. |
void |
convert(StiUnit oldUnit,
StiUnit newUnit)
Converts a component out of one unit into another. |
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. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiReport |
getExternalSubReport()
|
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
boolean |
getKeepSubReportTogether()
Gets or sets value which indicates that the SubReport must to be kept together with DataBand on what it is placed. |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
StiParametersCollection |
getParameters()
a parameter collection |
int |
getPriority()
Gets a component priority. |
StiEnumSet<StiShiftMode> |
getShiftMode()
gets or sets a value which indicates the shift mode of a component. |
static StiSubReport |
GetSubReportForPage(StiPage page)
|
StiPage |
getSubReportPage()
Gets or sets a page that contains SubReport. |
java.lang.String |
getSubReportPageGuid()
Gets or sets a guid of page that contains Subreport. |
java.lang.String |
getSubReportUrl()
|
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
boolean |
getUseExternalReport()
Deprecated. |
double |
getWidth()
gets or sets width of a component. |
void |
invokeFillParameters(StiComponent sender,
java.util.HashMap<java.lang.String,java.lang.Object> e)
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanGrow(boolean value)
|
void |
setCanShrink(boolean value)
|
void |
setClientRectangle(StiRectangle value)
|
void |
setGrowToHeight(boolean value)
|
void |
setKeepSubReportTogether(boolean value)
|
void |
setParameters(StiParametersCollection parameters)
a parameter collection |
void |
setShiftMode(StiEnumSet<StiShiftMode> value)
|
void |
setSubReportPage(StiPage value)
|
void |
setSubReportPageGuid(java.lang.String value)
|
void |
setSubReportUrl(java.lang.String subReportUrl)
|
void |
setUseExternalReport(boolean value)
Deprecated. |
void |
setWidth(double value)
|
| 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 keepSubReportTogether
public java.lang.String subReportPageGuid
public StiEventHandler handlerBeforeRenderSubReport
| Constructor Detail |
|---|
public StiSubReport()
public StiSubReport(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public boolean getCanShrink()
StiComponent
getCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic void setCanShrink(boolean value)
setCanShrink in interface IStiCanShrinksetCanShrink in class StiComponentpublic boolean getCanGrow()
StiComponent
getCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic void setCanGrow(boolean value)
setCanGrow in interface IStiCanGrowsetCanGrow in class StiComponentpublic StiEnumSet<StiShiftMode> getShiftMode()
StiComponent
getShiftMode in interface IStiShiftgetShiftMode in class StiComponentpublic void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode in interface IStiShiftsetShiftMode in class StiComponentpublic int getToolboxPosition()
getToolboxPosition in class StiContainerpublic boolean canContainIn(StiComponent component)
canContainIn in class StiComponentcomponent - Component for checking.
public StiComponentType getComponentType()
getComponentType in class StiContainerpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiContainerpublic java.lang.String getLocalizedName()
getLocalizedName in class StiContainerpublic boolean getGrowToHeight()
StiComponent
getGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiComponentpublic int getPriority()
getPriority in class StiContainer
public void convert(StiUnit oldUnit,
StiUnit newUnit)
convert in interface IStiUnitConvertconvert in class StiContaineroldUnit - Old units.newUnit - New units.public double getWidth()
StiComponent
getWidth in class StiComponentpublic void setWidth(double value)
setWidth in class StiComponentpublic void setClientRectangle(StiRectangle value)
setClientRectangle in class StiComponent@Deprecated public final boolean getUseExternalReport()
@Deprecated public final void setUseExternalReport(boolean value)
public boolean getKeepSubReportTogether()
public void setKeepSubReportTogether(boolean value)
public static StiSubReport GetSubReportForPage(StiPage page)
public final StiPage getSubReportPage()
public final void setSubReportPage(StiPage value)
public final java.lang.String getSubReportPageGuid()
public final void setSubReportPageGuid(java.lang.String value)
public java.lang.String getSubReportUrl()
public void setSubReportUrl(java.lang.String subReportUrl)
subReportUrl - the subReportUrl to set
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiContainerJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiContainerJSONException
public void invokeFillParameters(StiComponent sender,
java.util.HashMap<java.lang.String,java.lang.Object> e)
public StiParametersCollection getParameters()
public void setParameters(StiParametersCollection parameters)
parameters - the parameters to setpublic StiReport getExternalSubReport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||