com.stimulsoft.report.components.interfaces
Interface IStiShift

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 IStiShift

Allows to control shift of the component.


Method Summary
 boolean getShift()
          Gets or sets value indicates that component is can be shift.
 StiEnumSet<StiShiftMode> getShiftMode()
           
 void setShift(boolean value)
           
 void setShiftMode(StiEnumSet<StiShiftMode> value)
           
 

Method Detail

getShift

boolean getShift()
Gets or sets value indicates that component is can be shift.


setShift

void setShift(boolean value)

getShiftMode

StiEnumSet<StiShiftMode> getShiftMode()

setShiftMode

void setShiftMode(StiEnumSet<StiShiftMode> value)