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
IntrospectionException
public static void bindAsRadioButtonsToProperty(AbstractButton[] buttons, Object[] values, Object bean, String propName) throws IntrospectionException
IntrospectionException
Copyright © 2018 com.mchange. All rights reserved.