Implementations of this class represents an element that can be styled using CSS.
Initializer |
StyledElement(String? id, CssClass classNames = [], String? style = null) Parameters:
|
Attributes | |
attributes | Source Codeshared actual default <String->Object>[] attributes |
classNames | Source Codeshared CssClass classNames CSS class names. |
style | Source Codeshared String? style CSS style properties. |
Inherited Attributes |
Attributes inherited from: Element |
Attributes inherited from: Object |