public final class BoundButtonUtils extends Object
| Constructor and Description |
|---|
BoundButtonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bindAsRadioButtonsToProperty(AbstractButton[] buttons,
Object[] values,
Object bean,
String propName) |
static void |
bindToSetProperty(AbstractButton[] buttons,
Object[] elements,
Object bean,
String setPropName) |
public static void bindToSetProperty(AbstractButton[] buttons, Object[] elements, Object bean, String setPropName) throws IntrospectionException
IntrospectionExceptionpublic static void bindAsRadioButtonsToProperty(AbstractButton[] buttons, Object[] values, Object bean, String propName) throws IntrospectionException
IntrospectionException