| Package | Description |
|---|---|
| org.whizu.dom |
The core Document Object Model.
|
| org.whizu.html |
Convenience classes and general utilities for generating HTML markup.
|
| org.whizu.layout |
Layout components.
|
| org.whizu.ui | |
| org.whizu.widget |
Base classes for implementing dynamic widgets and components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Element
An element in the Document Object Model (DOM) having attributes, text and
children.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentList |
class |
Literal |
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 |
|---|---|
Markup |
Node.after(Content element) |
Markup |
Element.after(Content element) |
Markup |
Component.compile()
Initial creation and rendering of this component by compiling it into a
combination of static HTML markup and dynamic javascript.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Table |
class |
Tbody |
class |
Td |
class |
Tr |
| Modifier and Type | Method and Description |
|---|---|
static Markup |
Html.br() |
| Modifier and Type | Method and Description |
|---|---|
Markup |
VerticalLayout.compile() |
Markup |
HorizontalLayout.compile() |
Markup |
GridLayout.compile() |
Markup |
FlowLayout.compile() |
Markup |
AbsoluteLayout.compile() |
| Modifier and Type | Method and Description |
|---|---|
Markup |
TextFieldImpl.compile() |
Markup |
LabelImpl.compile() |
Markup |
Hyperlink.compile() |
Markup |
FormImpl.compile() |
| Modifier and Type | Method and Description |
|---|---|
Markup |
Container.compile() |
Copyright © 2013 Whizu. All Rights Reserved.