Uses of Class
com.stimulsoft.report.dictionary.enums.StiSelectionMode

Packages that use StiSelectionMode
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.enums   
 

Uses of StiSelectionMode in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiSelectionMode
 StiSelectionMode StiVariable.getSelection()
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiSelectionMode
 void StiVariable.setSelection(StiSelectionMode selection)
           
 

Uses of StiSelectionMode in com.stimulsoft.report.dictionary.enums
 

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