Uses of Class
com.bc.ceres.binding.ValueSet
-
Packages that use ValueSet Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM. -
-
Uses of ValueSet in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ValueSet Modifier and Type Method Description ValueSetPropertyDescriptor. getValueSet()static ValueSetValueSet. parseValueSet(String[] valueStrings, Converter itemConverter)Converts a string array into a value set.static ValueSetValueSet. parseValueSet(String text, Class<?> itemType)Converts a comma-separated text string into a value set.Methods in com.bc.ceres.binding with parameters of type ValueSet Modifier and Type Method Description voidPropertyDescriptor. setValueSet(ValueSet valueSet)
-