| Package | Description |
|---|---|
| org.whizu.jquery | |
| org.whizu.js |
The JavaScript execution engine.
|
| org.whizu.ui | |
| org.whizu.widget |
Base classes for implementing dynamic widgets and components.
|
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.click(Function function) |
Script |
Request.compile(Function function) |
Script |
AbstractRequest.compile(Function function) |
String |
Request.define(Function f) |
String |
AbstractRequest.define(Function f) |
String |
Request.evaluate(Function f) |
String |
AbstractRequest.evaluate(Function f) |
JQuery |
JQuery.get(String url,
Function data,
Function callback,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScript.setInterval(Function function,
int milliseconds)
With JavaScript, it is possible to execute some code at specified
time-intervals.
|
void |
JavaScript.setTimeout(Function function,
int milliseconds)
With JavaScript, it is possible to execute some code at specified
time-intervals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WhizuUI.delay(int milliseconds,
Function action) |
void |
UI.delay(int milliseconds,
Function action) |
void |
WhizuUI.schedule(int milliseconds,
Function action) |
void |
UI.schedule(int milliseconds,
Function action) |
| Modifier and Type | Method and Description |
|---|---|
Script |
Widget.compile(Function function) |
Copyright © 2013 Whizu. All Rights Reserved.