com.google.code.validationframework.swing.dataprovider
Class JCheckBoxValueProvider

java.lang.Object
  extended by com.google.code.validationframework.swing.dataprovider.BaseJToggleButtonValueProvider<JCheckBox>
      extended by 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

Constructor Summary
JCheckBoxValueProvider(JCheckBox toggleComponent)
           
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.swing.dataprovider.BaseJToggleButtonValueProvider
getComponent, getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCheckBoxValueProvider

public JCheckBoxValueProvider(JCheckBox toggleComponent)
See Also:
BaseJToggleButtonValueProvider.BaseJToggleButtonValueProvider(javax.swing.JToggleButton)


Copyright © 2013. All Rights Reserved.