| Package | Description |
|---|---|
| org.whizu.dom |
The core Document Object Model.
|
| org.whizu.html |
Convenience classes and general utilities for generating HTML markup.
|
| org.whizu.jquery | |
| org.whizu.widget |
Base classes for implementing dynamic widgets and components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Node
The void elements in HTML 4.01/XHTML 1.0 Strict are area, base, br, col, hr,
img, input, link, meta, and param.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Node.add(Content... elements) |
Element |
Element.add(Content... contents)
Add content to this element.
|
Element |
Node.add(Content element) |
Element |
Element.add(Content content)
Add content to this element.
|
<E> Element |
Node.add(Foreach<E> factory) |
<T> Element |
Element.add(Foreach<T> factory)
Add content to this element.
|
<E extends Content> |
Node.add(List<E> content) |
<T extends Content> |
Element.add(List<T> content) |
Element |
Node.add(String text) |
Element |
Element.add(String literal)
Add text content to this element.
|
Element |
Node.addCss(String clazz) |
Element |
Node.addStyle(String name,
String style) |
Element |
Node.attr(String name,
String value) |
Element |
Element.attr(String name,
String value)
Set the value of an attribute of this element.
|
Element |
Node.border(String style) |
Element |
Element.border(String border) |
Element |
Node.css(List<String> cssList) |
Element |
Element.css(List<String> clazzList) |
Element |
Node.css(String className) |
Element |
Element.css(String clazz) |
Element |
Node.decorate(Decorator... decorators) |
Element |
Element.decorate(Decorator... decorators) |
Element |
Node.height(String height) |
Element |
Element.height(String height) |
Element |
Node.id(String id) |
Element |
Element.id(String id)
Set the id of this element.
|
Element |
Node.margin(String margin) |
Element |
Element.margin(String margin) |
Element |
Node.padding(String style) |
Element |
Element.padding(String padding) |
Element |
Node.size(String size) |
Element |
Element.size(String size) |
Element |
Node.src(String src) |
Element |
Element.src(String src) |
Element |
Node.style(String name,
String style) |
Element |
Element.style(String name,
String value) |
Element |
Node.title(String title) |
Element |
Element.title(String title) |
Element |
Node.width(String width) |
Element |
Element.width(String width) |
Element |
Node.wrap(String name) |
Element |
Element.wrap(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Decorator.decorate(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
Table |
class |
Tbody |
class |
Td |
class |
Tr |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Html.a() |
static Element |
Html.a(Identity element) |
static Element |
Html.a(String id) |
static Element |
Html.body() |
static Element |
Html.body(String id) |
static Element |
Html.button() |
static Element |
Html.button(Identity element) |
static Element |
Html.button(String id) |
static Element |
Html.div() |
static Element |
Html.div(Identity element) |
static Element |
Html.div(String id) |
static Element |
Html.form(Identity element) |
static Element |
Html.form(String id) |
static Element |
Html.h1() |
static Element |
Html.h1(String text) |
static Element |
Html.h3() |
static Element |
Html.hr() |
static Element |
Html.img(String id) |
static Element |
Html.input() |
static Element |
Html.input(Identity element) |
static Element |
Html.input(String id) |
static Element |
Html.label() |
static Element |
Html.script(String src) |
static Element |
Html.select(Identity element) |
static Element |
Html.select(String id) |
protected static Element |
Html.selfClosing(String name) |
static Element |
Html.tag(String name) |
static Element |
Html.td(String id) |
static Element |
Html.textarea(Identity element) |
static Element |
Html.textarea(String id) |
static Element |
Html.th() |
static Element |
Html.th(String text) |
static Element |
Html.thead() |
static Element |
Html.thead(Element... elements) |
static Element |
Html.tr(Element... elements) |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Html.thead(Element... elements) |
static Element |
Html.tr(Element... elements) |
| Modifier and Type | Method and Description |
|---|---|
Element |
Event.currentTarget()
The current DOM element within the event bubbling phase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Widget.decorate(Element element) |
Copyright © 2013 Whizu. All Rights Reserved.