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 ValueSet
PropertyDescriptor. getValueSet()
static ValueSet
ValueSet. parseValueSet(String[] valueStrings, Converter itemConverter)
Converts a string array into a value set.static ValueSet
ValueSet. 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 void
PropertyDescriptor. setValueSet(ValueSet valueSet)
-