| 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.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.
|
| 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 | Class and Description |
|---|---|
class |
Table |
class |
Tbody |
class |
Td |
class |
Tr |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Html.a(Identity element) |
static Element |
Html.button(Identity element) |
static Element |
Html.div(Identity element) |
static Element |
Html.form(Identity element) |
static Element |
Html.input(Identity element) |
static Element |
Html.select(Identity element) |
static Table |
Html.table(Identity element) |
static Element |
Html.textarea(Identity element) |
| Modifier and Type | Method and Description |
|---|---|
JQuery |
Request.select(Identity... objs) |
JQuery |
AbstractRequest.select(Identity... objs) |
| 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 |
LabelImpl |
class |
TextFieldImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
Container |
class |
Widget |
| Modifier and Type | Method and Description |
|---|---|
protected JQuery |
Widget.jQuery(Identity... components) |
Copyright © 2013 Whizu. All Rights Reserved.