|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zk.Macro
public class Macro
A macro widget. It is used mainly to represent the macro componet created at the server.
| Field Summary | |
|---|---|
String |
className
The class name ( zk.Macro). |
String |
widgetName
The widget name ( macro). |
| 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 | |
|---|---|
String |
getEnclosingTag()
Returns the tag name for this macro widget. |
void |
redraw(Array out)
Generates the HTML fragment for this macro component. |
void |
setEnclosingTag(String tag)
Sets the tag name for this macro widget |
| 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.Macro).
public String widgetName
macro).
| Method Detail |
|---|
public void setEnclosingTag(String tag)
tag - the tag name, such as divpublic String getEnclosingTag()
Default: span
public void redraw(Array out)
Default: it generate SPAN to enclose the HTML fragment of all child widgets.
redraw in class Widgetout - an array of HTML fragments (String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||