com.stimulsoft.report.components.interfaces
Interface IStiSelect

All Known Implementing Classes:
StiBand, StiBarCode, StiButtonControl, StiChart, StiCheckBox, StiCheckBoxControl, StiCheckedListBoxControl, StiChildBand, StiClone, StiColumnFooterBand, StiColumnHeaderBand, StiColumnsContainer, StiComboBoxControl, StiComponent, StiContainer, StiContourText, StiCrossCell, StiCrossColumn, StiCrossColumnTotal, StiCrossDataBand, StiCrossField, StiCrossFooterBand, StiCrossGroupFooterBand, StiCrossGroupHeaderBand, StiCrossHeader, StiCrossHeaderBand, StiCrossLinePrimitive, StiCrossRow, StiCrossRowTotal, StiCrossSummary, StiCrossSummaryHeader, StiCrossTab, StiCrossTitle, StiCrossTotal, StiDataBand, StiDateTimePickerControl, StiDynamicBand, StiEmptyBand, StiEndPointPrimitive, StiFooterBand, StiFooterMarkerContainer, StiForm, StiGauge, StiGridControl, StiGroup, StiGroupBoxControl, StiGroupFooterBand, StiGroupHeaderBand, StiHeaderBand, StiHierarchicalBand, StiHorizontalLinePrimitive, StiImage, StiLabelControl, StiLevelContainer, StiLevelEndContainer, StiLevelStartContainer, StiLinePrimitive, StiListBoxControl, StiMap, StiNewPageContainer, StiOverlayBand, StiPage, StiPageFooterBand, StiPageHeaderBand, StiPanel, StiPointPrimitive, StiPrimitive, StiRadioButtonControl, StiRectanglePrimitive, StiReportControl, StiReportSummaryBand, StiReportTitleBand, StiRichText, StiRoundedRectanglePrimitive, StiShape, StiSimpleText, StiSparkline, StiStartPointPrimitive, StiStaticBand, StiSubReport, StiSystemText, StiTable, StiTableCell, StiTableCellCheckBox, StiTableCellImage, StiTableCellRichText, StiTableOfContents, StiText, StiTextBoxControl, StiTextInCells, StiVerticalLinePrimitive, StiView, StiWinControl, StiZipCode

public interface IStiSelect

Describes an object selection.


Method Summary
 boolean getIsSelected()
          Gets value indicates that component is selected.
 int getSelectionTick()
           
 void invert()
          Invert selection of component.
 void reset()
          Reset selection of component.
 void select()
          Select component.
 

Method Detail

getSelectionTick

int getSelectionTick()

getIsSelected

boolean getIsSelected()
Gets value indicates that component is selected.


select

void select()
Select component.


invert

void invert()
Invert selection of component.


reset

void reset()
Reset selection of component.