Class StiBandInteraction

All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiInteractionClass, IStiReportProperty, Cloneable

public class StiBandInteraction extends StiInteraction
  • Constructor Details

    • StiBandInteraction

      public StiBandInteraction()
  • Method Details

    • getCollapsingEnabled

      public boolean getCollapsingEnabled()
      Gets or sets value which indicates whether it is allowed or not data collapsing in the report viewer.
    • setCollapsingEnabled

      public void setCollapsingEnabled(boolean value)
    • getSelectionEnabled

      public boolean getSelectionEnabled()
      Gets or sets a value which indicates whether it is allowed to select one data row which is output by this DataBand.
    • setSelectionEnabled

      public void setSelectionEnabled(boolean value)
    • getCollapseGroupFooter

      public boolean getCollapseGroupFooter()
      Gets or sets value which indicates whether it is necessary GroupFooter collapsing.
    • setCollapseGroupFooter

      public void setCollapseGroupFooter(boolean value)
    • getCollapsed

      public StiCollapsedExpression getCollapsed()
      Gets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not.
    • setCollapsed

      public void setCollapsed(StiCollapsedExpression value)
    • isDefault

      public boolean isDefault()
      Specified by:
      isDefault in interface IStiDefault
      Overrides:
      isDefault in class StiInteraction
    • SaveToJsonObject

      public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
      Specified by:
      SaveToJsonObject in interface IStiJsonReportObject
      Overrides:
      SaveToJsonObject in class StiInteraction
      Throws:
      JSONException
    • LoadFromJsonObject

      public void LoadFromJsonObject(JSONObject jObject) throws JSONException
      Specified by:
      LoadFromJsonObject in interface IStiJsonReportObject
      Overrides:
      LoadFromJsonObject in class StiInteraction
      Throws:
      JSONException