|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zk.Page
public class Page
A page. Unlike the component at the server, a page is a widget.
| Field Summary | |
|---|---|
String |
className
The class name ( zk.Page). |
static Array |
contained
An array of contained pages (i.e., a standalone ZK page but included by other technology). |
String |
widgetName
The widget name ( page). |
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(Map props,
boolean contained)
Constructor. |
void |
redraw(Array out)
Generates the HTML fragment for this macro component. |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String className
zk.Page).
public String widgetName
page).
public static Array contained
Page)
| Method Detail |
|---|
public void $init(Map props,
boolean contained)
props - the properties to assign to this pagecontained - whether this page is contained.
By contained we mean this page is a top page (i.e., not included
by the include widget) but it is included by other technologies,
such as JSP.public void redraw(Array out)
Default: it generate DIV to enclose the HTML fragment of all child widgets.
redraw in class Widgetout - an array of HTML fragments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||