Uses of Class
com.stimulsoft.report.events.StiGetToolTipEvent

Packages that use StiGetToolTipEvent
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.dialogs   
 

Uses of StiGetToolTipEvent in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series that return StiGetToolTipEvent
 StiGetToolTipEvent StiSeries.getGetToolTipEvent()
          Occurs when getting the ToolTip for the series.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiGetToolTipEvent
 void StiSeries.setGetToolTipEvent(StiGetToolTipEvent value)
           
 

Uses of StiGetToolTipEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiGetToolTipEvent
 StiGetToolTipEvent StiComponent.getgetToolTipEvent()
          Occurs when getting the ToolTip for the component.
 

Methods in com.stimulsoft.report.components with parameters of type StiGetToolTipEvent
 void StiComponent.setgetToolTipEvent(StiGetToolTipEvent value)
           
 

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

Methods in com.stimulsoft.report.components.bands that return StiGetToolTipEvent
 StiGetToolTipEvent StiTableOfContents.getgetToolTipEvent()
           
 

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

Uses of StiGetToolTipEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiGetToolTipEvent
 StiGetToolTipEvent StiReportControl.getgetToolTipEvent()
          Gets or sets a script of the event GetToolTip.
 StiGetToolTipEvent StiForm.getgetToolTipEvent()
           
 

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