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

Packages that use StiEventsCollection
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.events   
 

Uses of StiEventsCollection in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiEventsCollection
 StiEventsCollection StiPage.getEvents()
          Return events collection of this component.
 StiEventsCollection StiComponent.getEvents()
          Return events collection of this component.
 

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

Methods in com.stimulsoft.report.components.bands that return StiEventsCollection
 StiEventsCollection StiGroupHeaderBand.getEvents()
          Return events collection of this component.
 StiEventsCollection StiDataBand.getEvents()
          Return events collection of this component.
 

Uses of StiEventsCollection in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiEventsCollection
 StiEventsCollection StiZipCode.getEvents()
          Return events collection of this component.
 StiEventsCollection StiSimpleText.getEvents()
          Return events collection of this component.
 StiEventsCollection StiCheckBox.getEvents()
          Return events collection of this component.
 

Uses of StiEventsCollection in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiEventsCollection
 StiEventsCollection StiReportControl.getEvents()
          Return events collection of this component;
 StiEventsCollection StiRadioButtonControl.getEvents()
          Return events collection of this component;
 StiEventsCollection StiListBoxControl.getEvents()
          Return events collection of this component;
 StiEventsCollection StiForm.getEvents()
          Return events collection of this component;
 StiEventsCollection StiDateTimePickerControl.getEvents()
          Return events collection of this component;
 StiEventsCollection StiComboBoxControl.getEvents()
          Return events collection of this component;
 StiEventsCollection StiCheckedListBoxControl.getEvents()
          Return events collection of this component;
 

Uses of StiEventsCollection in com.stimulsoft.report.events
 

Methods in com.stimulsoft.report.events with parameters of type StiEventsCollection
 void StiEventsCollection.addRange(StiEventsCollection evs)