com.google.code.validationframework.swing.dataprovider
Class JRadioButtonValueProvider
java.lang.Object
com.google.code.validationframework.swing.dataprovider.BaseJToggleButtonValueProvider<JRadioButton>
com.google.code.validationframework.swing.dataprovider.JRadioButtonValueProvider
- All Implemented Interfaces:
- com.google.code.validationframework.api.dataprovider.DataProvider<Boolean>
public class JRadioButtonValueProvider
- extends BaseJToggleButtonValueProvider<JRadioButton>
Data provider retrieving the selection state from a radio button.
It is provided for convenience over the BaseJToggleButtonValueProvider to make it easier to find when building validators.
- See Also:
BaseJToggleButtonValueProvider,
JRadioButton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRadioButtonValueProvider
public JRadioButtonValueProvider(JRadioButton toggleComponent)
- See Also:
BaseJToggleButtonValueProvider.BaseJToggleButtonValueProvider(javax.swing.JToggleButton)
Copyright © 2013. All Rights Reserved.