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