
Public Member Functions | |
| String | buttonID () |
| String | getItemValue () |
| NSMutableArray< String > | getValues () |
| boolean | isSelected () |
| RadioButtonExample (WOContext context) | |
| NSMutableSet< String > | selectedItems () |
| void | setItemValue (String itemValue) |
| void | setSelected (boolean selected) |
| WOActionResults | submit () |
Private Attributes | |
| String | _itemValue |
| NSMutableSet< String > | _selectedItems |
| NSMutableArray< String > | _values |
| RadioButtonExample | ( | WOContext | context | ) |
| String buttonID | ( | ) |
| String getItemValue | ( | ) |
| NSMutableArray<String> getValues | ( | ) |
| boolean isSelected | ( | ) |
| NSMutableSet<String> selectedItems | ( | ) |
| void setItemValue | ( | String | itemValue | ) |
| void setSelected | ( | boolean | selected | ) |
| WOActionResults submit | ( | ) |
String _itemValue [private] |
NSMutableSet<String> _selectedItems [private] |
NSMutableArray<String> _values [private] |
1.5.8