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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiDrillDownParameter
public StiDrillDownParameter()
setInteraction
public final void setInteraction(StiInteraction value)
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException
isDefault
public final boolean isDefault()
- Specified by:
isDefault
in interface IStiDefault
getName
public final java.lang.String getName()
setName
public final void setName(java.lang.String value)
getExpression
public final StiExpression getExpression()
- Gets or sets expression to fill drill-down parameter.
setExpression
public final void setExpression(StiExpression value)
getInteraction
public final StiInteraction getInteraction()