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

Packages that use StiCheckStyle
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.simplecomponents   
 

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

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

Uses of StiCheckStyle in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiCheckStyle
 StiCheckStyle StiCheckBox.getCheckStyle()
          Deprecated. 
 StiCheckStyle StiCheckBox.getCheckStyleForFalse()
          Gets or sets check style for false value.
 StiCheckStyle StiCheckBox.getCheckStyleForTrue()
          Gets or sets check style for true value.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiCheckStyle
 void StiCheckBox.setCheckStyle(StiCheckStyle value)
          Deprecated. 
 void StiCheckBox.setCheckStyleForFalse(StiCheckStyle value)
           
 void StiCheckBox.setCheckStyleForTrue(StiCheckStyle value)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.