Uses of Class
com.stimulsoft.report.dictionary.StiVariableItem

Packages that use StiVariableItem
com.stimulsoft.report.dictionary   
com.stimulsoft.viewer.requestfromuser   
com.stimulsoft.viewer.requestfromuser.components   
com.stimulsoft.viewer.requestfromuser.list   
 

Uses of StiVariableItem in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return types with arguments of type StiVariableItem
 java.util.ArrayList<StiVariableItem> StiVariable.getDialogInfoItems()
           
 

Method parameters in com.stimulsoft.report.dictionary with type arguments of type StiVariableItem
 void StiVariable.setDialogInfoItems(java.util.ArrayList<StiVariableItem> items)
           
 

Uses of StiVariableItem in com.stimulsoft.viewer.requestfromuser
 

Method parameters in com.stimulsoft.viewer.requestfromuser with type arguments of type StiVariableItem
static void StiRequestFromUserHelper.checkDropDownWidth(javax.swing.JComboBox comboBox, java.util.List<StiVariableItem> list)
           
 

Constructors in com.stimulsoft.viewer.requestfromuser with parameters of type StiVariableItem
StiDialogInfoRange(StiVariableItem item)
           
StiDialogInfoValue(StiVariableItem item)
           
 

Uses of StiVariableItem in com.stimulsoft.viewer.requestfromuser.components
 

Constructors in com.stimulsoft.viewer.requestfromuser.components with parameters of type StiVariableItem
StiCheckButton(ButtonListInfo btInfo, StiVariableItem infoItem)
           
 

Uses of StiVariableItem in com.stimulsoft.viewer.requestfromuser.list
 

Constructors in com.stimulsoft.viewer.requestfromuser.list with parameters of type StiVariableItem
StiListBoolItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)
           
StiListCharItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)
           
StiListDateTimeItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)
           
StiListDoubleItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)
           
StiListGuidItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)
           
StiListLongItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)
           
StiListStringItemControl(ButtonListInfo btInfo, StiVariableItem infoItem)