Uses of Enum Class
com.stimulsoft.report.components.enums.StiRestrictions
Packages that use StiRestrictions
Package
Description
-
Uses of StiRestrictions in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return types with arguments of type StiRestrictionsModifier and TypeMethodDescriptionStiComponent.getRestrictions()gets or sets value which indicates the restrictions of a component.StiPage.getRestrictions()Methods in com.stimulsoft.report.components with parameters of type StiRestrictionsModifier and TypeMethodDescriptionstatic booleanStiRestrictionsHelper.isAllowDelete(StiRestrictions restrictions) Method parameters in com.stimulsoft.report.components with type arguments of type StiRestrictionsModifier and TypeMethodDescriptionstatic booleanStiRestrictionsHelper.isAllowDelete(StiEnumSet<StiRestrictions> restrictions) voidStiComponent.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiPage.setRestrictions(StiEnumSet<StiRestrictions> value) -
Uses of StiRestrictions in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiRestrictionsModifier and TypeMethodDescriptionstatic StiRestrictionsStiRestrictions.forValue(int value) static StiRestrictionsReturns the enum constant of this class with the specified name.static StiRestrictions[]StiRestrictions.values()Returns an array containing the constants of this enum class, 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 StiRestrictionsModifier and TypeMethodDescriptionStiTableCell.getRestrictions()StiTableCellCheckBox.getRestrictions()StiTableCellImage.getRestrictions()StiTableCellRichText.getRestrictions()Method parameters in com.stimulsoft.report.components.table with type arguments of type StiRestrictionsModifier and TypeMethodDescriptionvoidStiTableCell.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiTableCellCheckBox.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiTableCellImage.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiTableCellRichText.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 StiRestrictionsMethod parameters in com.stimulsoft.report.crossTab with type arguments of type StiRestrictionsModifier and TypeMethodDescriptionvoidStiCrossField.setRestrictions(StiEnumSet<StiRestrictions> value)