com.mchange.v2.beans.swing
Class BoundButtonUtils
java.lang.Object
com.mchange.v2.beans.swing.BoundButtonUtils
public final class BoundButtonUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundButtonUtils
public BoundButtonUtils()
bindToSetProperty
public static void bindToSetProperty(AbstractButton[] buttons,
Object[] elements,
Object bean,
String setPropName)
throws IntrospectionException
- Throws:
IntrospectionException
bindAsRadioButtonsToProperty
public static void bindAsRadioButtonsToProperty(AbstractButton[] buttons,
Object[] values,
Object bean,
String propName)
throws IntrospectionException
- Throws:
IntrospectionException