Add a new option at the end. @param newOption the new option to add
(final HtmlOption newOption)
| 238 | * @param newOption the new option to add |
| 239 | */ |
| 240 | public void appendOption(final HtmlOption newOption) { |
| 241 | appendChild(newOption); |
| 242 | |
| 243 | ensureSelectedIndex(); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * {@inheritDoc} |
no test coverage detected