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.
|
| Modifier and Type | Method and Description |
|---|---|
C |
getComponent()
Gets the component providing the data to be validated.
|
Boolean |
getData() |
public BaseJToggleButtonValueProvider(C toggleComponent)
toggleComponent - Toggle button to retrieve the selection state from.public C getComponent()
Copyright © 2020. All rights reserved.