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

Packages that use StiClickEvent
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.dialogs   
 

Uses of StiClickEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiClickEvent
 StiClickEvent StiComponent.getClickEvent()
          Occurs when user clicks on the component in the window of viewer.
 

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

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

Methods in com.stimulsoft.report.components.bands that return StiClickEvent
 StiClickEvent StiTableOfContents.getClickEvent()
           
 

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

Uses of StiClickEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiClickEvent
 StiClickEvent StiReportControl.getClickEvent()
          Gets or sets a script of the event Click.
 StiClickEvent StiForm.getClickEvent()
          Gets or sets a script of the event Click.
 

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