Uses of Enum Class
com.stimulsoft.report.components.enums.StiCheckStyle
Packages that use StiCheckStyle
Package
Description
-
Uses of StiCheckStyle in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiCheckStyleModifier and TypeMethodDescriptionstatic StiCheckStyleStiCheckStyle.forValue(int value) static StiCheckStyleReturns the enum constant of this class with the specified name.static StiCheckStyle[]StiCheckStyle.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiCheckStyle in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiCheckStyleModifier and TypeMethodDescriptionfinal StiCheckStyleStiCheckBox.getCheckStyle()Deprecated.final StiCheckStyleStiCheckBox.getCheckStyleForFalse()Gets or sets check style for false value.final StiCheckStyleStiCheckBox.getCheckStyleForTrue()Gets or sets check style for true value.Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiCheckStyleModifier and TypeMethodDescriptionfinal voidStiCheckBox.setCheckStyle(StiCheckStyle value) Deprecated.final voidStiCheckBox.setCheckStyleForFalse(StiCheckStyle value) final voidStiCheckBox.setCheckStyleForTrue(StiCheckStyle value) -
Uses of StiCheckStyle in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiCheckStyleModifier and TypeMethodDescriptionstatic StiCheckStyleStiReportEdit.strToCheckStyle(String value)