Package com.mchange.v2.beans.swing
Class BoundButtonUtils
java.lang.Object
com.mchange.v2.beans.swing.BoundButtonUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bindAsRadioButtonsToProperty
(AbstractButton[] buttons, Object[] values, Object bean, String propName) static void
bindToSetProperty
(AbstractButton[] buttons, Object[] elements, Object bean, String setPropName)
-
Constructor Details
-
BoundButtonUtils
public BoundButtonUtils()
-
-
Method Details
-
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
-