Returns true if this option is currently selected. @return true if this option is currently selected
()
| 63 | * @return {@code true} if this option is currently selected |
| 64 | */ |
| 65 | public boolean isSelected() { |
| 66 | return selected_; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Sets the selected state of this option. This will possibly also change the |
no outgoing calls