Returns the style object for this element. @return the style object for this element
()
| 1221 | * @return the style object for this element |
| 1222 | */ |
| 1223 | protected CSSStyleDeclaration getStyle() { |
| 1224 | return style_; |
| 1225 | } |
| 1226 | |
| 1227 | /** |
| 1228 | * Sets the styles for this element. |
no outgoing calls
no test coverage detected