public class StiDrillDownParameter extends StiSerializedObject implements IStiDefault, IStiJsonReportObject
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiDrillDownParameter() |
| Modifier and Type | Method and Description |
|---|---|
StiExpression |
getExpression()
Gets or sets expression to fill drill-down parameter.
|
StiInteraction |
getInteraction() |
java.lang.String |
getName() |
boolean |
isDefault() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setExpression(StiExpression value) |
void |
setInteraction(StiInteraction value) |
void |
setName(java.lang.String value) |
cleanReference, getReference, setReferencepublic final void setInteraction(StiInteraction value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic final boolean isDefault()
isDefault in interface IStiDefaultpublic final java.lang.String getName()
public final void setName(java.lang.String value)
public final StiExpression getExpression()
public final void setExpression(StiExpression value)
public final StiInteraction getInteraction()
Copyright © 2019 Stimulsoft. All Rights Reserved.