public class HtmlElement extends HtmlPart
| Constructor and Description |
|---|
HtmlElement(String element,
HtmlPart... innerElements) |
| Modifier and Type | Method and Description |
|---|---|
HtmlElement |
attr(String name,
String value) |
String |
getAttr(String name) |
HtmlElement |
style(List<String> classes) |
HtmlElement |
style(String... classes) |
String |
toString() |
public HtmlElement style(String... classes)
public HtmlElement style(List<String> classes)
public HtmlElement attr(String name, String value)
Copyright © 2015 Matsuo IT. All rights reserved.