Sets the styles for this element. @param style the style of the element
(final String style)
| 1229 | * @param style the style of the element |
| 1230 | */ |
| 1231 | protected void setStyle(final String style) { |
| 1232 | getStyle().setCssText(style); |
| 1233 | } |
| 1234 | |
| 1235 | /** |
| 1236 | * Scrolls to a particular set of coordinates inside a given element. |
nothing calls this directly
no test coverage detected