Uses of Class
com.stimulsoft.report.components.StiInteraction

Packages that use StiInteraction
com.stimulsoft.report   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.webdesigner.helper   
 

Uses of StiInteraction in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiInteraction
 StiInteraction StiReport.getInteraction()
           
 

Uses of StiInteraction in com.stimulsoft.report.components
 

Subclasses of StiInteraction in com.stimulsoft.report.components
 class StiBandInteraction
           
 class StiCrossHeaderInteraction
          Copyright Stimulsoft
 

Fields in com.stimulsoft.report.components declared as StiInteraction
 StiInteraction StiComponent.interaction
           
 

Methods in com.stimulsoft.report.components that return StiInteraction
 StiInteraction StiDrillDownParameter.getInteraction()
           
 StiInteraction StiComponent.getInteraction()
          gets interaction options of this component.
 

Methods in com.stimulsoft.report.components with parameters of type StiInteraction
 void StiDrillDownParameter.setInteraction(StiInteraction value)
           
 void StiComponent.setInteraction(StiInteraction value)
           
 

Uses of StiInteraction in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiInteraction
 StiInteraction StiTableOfContents.getInteraction()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiInteraction
 void StiTableOfContents.setInteraction(StiInteraction value)
           
 

Uses of StiInteraction in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiInteraction
 StiInteraction IStiInteraction.getInteraction()
           
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiInteraction
 void IStiInteraction.setInteraction(StiInteraction value)
           
 

Uses of StiInteraction in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiInteraction
 StiInteraction StiReportControl.getInteraction()
           
 StiInteraction StiForm.getInteraction()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiInteraction
 void StiReportControl.setInteraction(StiInteraction value)
           
 void StiForm.setInteraction(StiInteraction value)
           
 

Uses of StiInteraction in com.stimulsoft.report.infographics.gauge
 

Methods in com.stimulsoft.report.infographics.gauge that return StiInteraction
 StiInteraction StiGauge.getInteraction()
           
 

Uses of StiInteraction in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiInteraction
static java.util.HashMap<java.lang.String,java.lang.Object> StiReportEdit.getInteractionProperty(StiInteraction interaction)