|
||||||||||
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 IStiCanShrink
getCanShrink
in class StiComponent
public void setCanShrink(boolean value)
setCanShrink
in interface IStiCanShrink
setCanShrink
in class StiComponent
public boolean getCanGrow()
StiComponent
getCanGrow
in interface IStiCanGrow
getCanGrow
in class StiComponent
public void setCanGrow(boolean value)
setCanGrow
in interface IStiCanGrow
setCanGrow
in class StiComponent
public StiEnumSet<StiShiftMode> getShiftMode()
StiComponent
getShiftMode
in interface IStiShift
getShiftMode
in class StiComponent
public void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode
in interface IStiShift
setShiftMode
in class StiComponent
public int getToolboxPosition()
getToolboxPosition
in class StiContainer
public boolean canContainIn(StiComponent component)
canContainIn
in class StiComponent
component
- Component for checking.
public StiComponentType getComponentType()
getComponentType
in class StiContainer
public java.lang.String getLocalizedCategory()
getLocalizedCategory
in class StiContainer
public java.lang.String getLocalizedName()
getLocalizedName
in class StiContainer
public boolean getGrowToHeight()
StiComponent
getGrowToHeight
in interface IStiGrowToHeight
getGrowToHeight
in class StiComponent
public void setGrowToHeight(boolean value)
setGrowToHeight
in interface IStiGrowToHeight
setGrowToHeight
in class StiComponent
public int getPriority()
getPriority
in class StiContainer
public void convert(StiUnit oldUnit, StiUnit newUnit)
convert
in interface IStiUnitConvert
convert
in class StiContainer
oldUnit
- Old units.newUnit
- New units.public double getWidth()
StiComponent
getWidth
in class StiComponent
public void setWidth(double value)
setWidth
in class StiComponent
public 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 setpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiContainer
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiContainer
JSONException
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 |