Sets the selected state of this option. This will possibly also change the selected properties of sibling option elements. @param selected true if this option should be selected @return the page that occupies this window after this change is made (may or may not be the same as the original
(final boolean selected)
| 75 | * may not be the same as the original page) |
| 76 | */ |
| 77 | public Page setSelected(final boolean selected) { |
| 78 | setSelected(selected, true, false, false, false); |
| 79 | return getPage(); |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br> |