public class CheckboxSelector extends java.lang.Object implements Selector<CheckBoxInput>
Constructor and Description |
---|
CheckboxSelector()
Default constructor for Y/N tags
|
CheckboxSelector(java.lang.String checked_tag,
java.lang.String unchecked_tag)
create a selector with customised tags.
|
Modifier and Type | Method and Description |
---|---|
CheckBoxInput |
getInput()
get the Input associated with this object.
|
public CheckboxSelector()
public CheckboxSelector(java.lang.String checked_tag, java.lang.String unchecked_tag)
checked_tag
- the String value corresponding to a checked boxunchecked_tag
- the String value corresponding to a unchecked boxpublic CheckBoxInput getInput()
Selector
getInput
in interface Selector<CheckBoxInput>