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

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

Constructor Summary
JRadioButtonValueProvider(JRadioButton 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

JRadioButtonValueProvider

public JRadioButtonValueProvider(JRadioButton toggleComponent)
See Also:
BaseJToggleButtonValueProvider.BaseJToggleButtonValueProvider(javax.swing.JToggleButton)


Copyright © 2013. All Rights Reserved.