Uses of Class
com.stimulsoft.report.components.enums.StiRestrictions

Packages that use StiRestrictions
com.stimulsoft.report.components   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.table   
com.stimulsoft.report.crossTab   
 

Uses of StiRestrictions in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return types with arguments of type StiRestrictions
 StiEnumSet<StiRestrictions> StiPage.getRestrictions()
           
 StiEnumSet<StiRestrictions> StiComponent.getRestrictions()
          gets or sets value which indicates the restrictions of a component.
 

Methods in com.stimulsoft.report.components with parameters of type StiRestrictions
static boolean StiRestrictionsHelper.isAllowDelete(StiRestrictions restrictions)
           
 

Method parameters in com.stimulsoft.report.components with type arguments of type StiRestrictions
static boolean StiRestrictionsHelper.isAllowDelete(StiEnumSet<StiRestrictions> restrictions)
           
 void StiPage.setRestrictions(StiEnumSet<StiRestrictions> value)
           
 void StiComponent.setRestrictions(StiEnumSet<StiRestrictions> value)
           
 

Uses of StiRestrictions in com.stimulsoft.report.components.enums
 

Methods in com.stimulsoft.report.components.enums that return StiRestrictions
static StiRestrictions StiRestrictions.forValue(int value)
           
static StiRestrictions StiRestrictions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiRestrictions[] StiRestrictions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiRestrictions in com.stimulsoft.report.components.table
 

Methods in com.stimulsoft.report.components.table that return types with arguments of type StiRestrictions
 StiEnumSet<StiRestrictions> StiTableCellRichText.getRestrictions()
           
 StiEnumSet<StiRestrictions> StiTableCellImage.getRestrictions()
           
 StiEnumSet<StiRestrictions> StiTableCellCheckBox.getRestrictions()
           
 StiEnumSet<StiRestrictions> StiTableCell.getRestrictions()
           
 

Method parameters in com.stimulsoft.report.components.table with type arguments of type StiRestrictions
 void StiTableCellRichText.setRestrictions(StiEnumSet<StiRestrictions> value)
           
 void StiTableCellImage.setRestrictions(StiEnumSet<StiRestrictions> value)
           
 void StiTableCellCheckBox.setRestrictions(StiEnumSet<StiRestrictions> value)
           
 void StiTableCell.setRestrictions(StiEnumSet<StiRestrictions> value)
           
 

Uses of StiRestrictions in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return types with arguments of type StiRestrictions
 StiEnumSet<StiRestrictions> StiCrossField.getRestrictions()
           
 

Method parameters in com.stimulsoft.report.crossTab with type arguments of type StiRestrictions
 void StiCrossField.setRestrictions(StiEnumSet<StiRestrictions> value)