Package com.stimulsoft.report.components
Class StiDrillDownParameter
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.components.StiDrillDownParameter
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
public class StiDrillDownParameter
extends StiSerializedObject
implements IStiDefault, IStiJsonReportObject
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StiExpressionGets or sets expression to fill drill-down parameter.final StiInteractionfinal StringgetName()final booleanvoidLoadFromJsonObject(JSONObject jObject) final voidsetExpression(StiExpression value) final voidsetInteraction(StiInteraction value) final voidMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiDrillDownParameter
public StiDrillDownParameter()
-
-
Method Details
-
setInteraction
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
isDefault
public final boolean isDefault()- Specified by:
isDefaultin interfaceIStiDefault
-
getName
-
setName
-
getExpression
Gets or sets expression to fill drill-down parameter. -
setExpression
-
getInteraction
-