Package com.hp.lft.sdk.oracle
Interface RadioGroupItem
public interface RadioGroupItem
A Radio Group Item object
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether the specified radio button is selected in the option group.
-
Method Details
-
isSelected
Indicates whether the specified radio button is selected in the option group.- Returns:
- true if selected.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-