| 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.js |
The JavaScript execution engine.
|
| 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 |
Component |
interface |
Composite |
interface |
Element
An element in the Document Object Model (DOM) having attributes, text and
children.
|
interface |
Markup |
| 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 |
|---|---|
<E extends Content> |
Node.add(List<E> content) |
<T extends Content> |
Element.add(List<T> content) |
<T extends Content> |
ContentList.add(List<T> content) |
| Modifier and Type | Method and Description |
|---|---|
abstract Content |
Foreach.compile(T item) |
| 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.
|
ContentList |
ContentList.add(Content content) |
Markup |
Node.after(Content element) |
Markup |
Element.after(Content element) |
| Constructor and Description |
|---|
ContentList(Content... content) |
| Modifier and Type | Class and Description |
|---|---|
class |
Table |
class |
Tbody |
class |
Td |
class |
Tr |
| Modifier and Type | Method and Description |
|---|---|
static Content |
Html.h3(String text) |
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.append(Content content)
Insert content, specified by the parameter, to the end of each element in
the set of matched elements.
|
JQuery |
JQuery.prepend(Content content)
Insert content, specified by the parameter, to the beginning of each element
in the set of matched elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.add(Content part) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Layout |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayout |
class |
CssLayout |
class |
FlowLayout |
class |
GridLayout |
class |
HorizontalLayout |
class |
VerticalLayout |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BarChart |
interface |
Button |
interface |
Dialog |
interface |
Document |
interface |
Editor |
interface |
Form |
interface |
Image |
interface |
Label |
interface |
Table |
interface |
TextArea |
interface |
TextField |
interface |
Window |
| Modifier and Type | Class and Description |
|---|---|
class |
FormImpl |
class |
Hyperlink |
class |
LabelImpl |
class |
TextFieldImpl |
| Constructor and Description |
|---|
LabelImpl(String t,
Content arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
Container |
class |
Widget |
Copyright © 2013 Whizu. All Rights Reserved.