C - Type of toggle button to retrieve the selection state from.public class BaseJToggleButtonValueProvider<C extends JToggleButton> extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<Boolean>
DataProvider,
JToggleButton| Constructor and Description |
|---|
BaseJToggleButtonValueProvider(C toggleComponent)
Constructor specifying the toggle button to retrieve the selection state from.
|
public BaseJToggleButtonValueProvider(C toggleComponent)
toggleComponent - Toggle button to retrieve the selection state from.public C getComponent()
Copyright © 2015. All Rights Reserved.