| Package | Description |
|---|---|
| org.whizu.dom |
The core Document Object Model.
|
| org.whizu.layout |
Layout components.
|
| org.whizu.ui | |
| org.whizu.value | |
| org.whizu.widget |
Base classes for implementing dynamic widgets and components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Composite |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.css(String clazz) |
| Modifier and Type | Method and Description |
|---|---|
Composite |
Composite.add(Component component) |
void |
Composite.prepend(Component component) |
void |
Composite.remove(Component component) |
| 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 | Method and Description |
|---|---|
GridLayout |
GridLayout.add(Component component) |
void |
GridLayout.prepend(Component component) |
void |
GridLayout.remove(Component component) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Component |
Clickable.addClickListener(ClickListener clickListener) |
Component |
WhizuUI.createTextField(Value value) |
Component |
View.createView(ViewFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addRow(Object key,
Component... components) |
| Modifier and Type | Method and Description |
|---|---|
Component |
ValueRendererImpl.render(DateValue value) |
Component |
ValueRenderer.render(DateValue value) |
Component |
ValueRendererImpl.render(IntegerValue value) |
Component |
ValueRenderer.render(IntegerValue value) |
Component |
ValueRendererImpl.render(StringValue value) |
Component |
ValueRenderer.render(StringValue value) |
<T> Component |
ValueRendererImpl.render(ValueList<T> value) |
<T> Component |
ValueRenderer.render(ValueList<T> value) |
Component |
ValueTable.render(ValueRenderer renderer) |
Component |
ValueList.render(ValueRenderer renderer) |
Component |
Value.render(ValueRenderer renderer) |
Component |
StringValue.render(ValueRenderer renderer) |
Component |
Smart.render(ValueRenderer renderer) |
Component |
IntegerValue.render(ValueRenderer renderer) |
Component |
DateValue.render(ValueRenderer renderer) |
<T extends ValueObject> |
ValueRendererImpl.render(ValueTable<T> value) |
<T extends ValueObject> |
ValueRenderer.render(ValueTable<T> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
Container |
class |
Widget |
| Modifier and Type | Field and Description |
|---|---|
protected List<Component> |
Container.componentList |
| Modifier and Type | Method and Description |
|---|---|
protected Component |
Widget.compile(Value value) |
Component |
Widget.css(String clazz) |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.add(Component impl) |
void |
Container.prepend(Component impl) |
void |
Container.remove(Component element) |
Copyright © 2013 Whizu. All Rights Reserved.