public class ButtonGroupSelectedIndexProvider extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<Integer>
DataProvider,
ButtonGroup| Constructor and Description |
|---|
ButtonGroupSelectedIndexProvider(ButtonGroup buttonGroup)
Constructor specifying the button group to retrieve the selected index from.
|
| Modifier and Type | Method and Description |
|---|---|
ButtonGroup |
getComponent()
Gets the component providing the data to be validated.
|
Integer |
getData() |
public ButtonGroupSelectedIndexProvider(ButtonGroup buttonGroup)
buttonGroup - Button group to retrieve the selected index from.public ButtonGroup getComponent()
Copyright © 2015. All Rights Reserved.