public class Html extends Object
| Constructor and Description |
|---|
Html() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
a() |
static Element |
a(Identity element) |
static Element |
a(String id) |
static Element |
body() |
static Element |
body(String id) |
static Markup |
br() |
static Element |
button() |
static Element |
button(Identity element) |
static Element |
button(String id) |
static Element |
div() |
static Element |
div(Identity element) |
static Element |
div(String id) |
static Element |
form(Identity element) |
static Element |
form(String id) |
static Element |
h1() |
static Element |
h1(String text) |
static Element |
h3() |
static Content |
h3(String text) |
static Element |
hr() |
static Element |
img(String id) |
static Element |
input() |
static Element |
input(Identity element) |
static Element |
input(String id) |
static Element |
label() |
static Element |
script(String src) |
static Element |
select(Identity element) |
static Element |
select(String id) |
protected static Element |
selfClosing(String name) |
static Table |
table(Identity element) |
static Table |
table(String id) |
static Element |
tag(String name) |
static Tbody |
tbody() |
static Td |
td() |
static Element |
td(String id) |
static Element |
textarea(Identity element) |
static Element |
textarea(String id) |
static Element |
th() |
static Element |
th(String text) |
static Element |
thead() |
static Element |
thead(Element... elements) |
static Tr |
tr() |
static Element |
tr(Element... elements) |
public static Element a()
public static Element body()
public static Markup br()
public static Element button()
public static Element div()
public static Element h1()
public static Element h3()
public static Element hr()
public static Element input()
public static Element label()
public static Tbody tbody()
public static Td td()
public static Element th()
public static Element thead()
public static Tr tr()
Copyright © 2013 Whizu. All Rights Reserved.