Uses of Class
org.dawb.passerelle.actors.ui.config.StringValueBean

Packages that use StringValueBean
org.dawb.passerelle.actors.ui.config   
 

Uses of StringValueBean in org.dawb.passerelle.actors.ui.config
 

Methods in org.dawb.passerelle.actors.ui.config that return types with arguments of type StringValueBean
 java.util.List<StringValueBean> FieldBean.getTextChoices()
           
 

Method parameters in org.dawb.passerelle.actors.ui.config with type arguments of type StringValueBean
 void FieldBean.setTextChoices(java.util.List<StringValueBean> textChoices)