|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.zuml.Parser
public class Parser
The parser of using iZUML(Client-side ZUML).
| Method Summary | |
|---|---|
static Widget |
create(Widget parent,
String doc,
Map args,
Function fn)
Parse the iZUML into widgets |
static Widget |
createAt(String node,
Map opts,
Map args,
Function fn)
Parse the iZUML into widgets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Widget create(Widget parent,
String doc,
Map args,
Function fn)
parent - the root componentdoc - the content text of the domElementargs - a map of argumentsfn - the function to register for execution later
public static Widget createAt(String node,
Map opts,
Map args,
Function fn)
node - the id of the root componentopts - a map of optionsargs - a map of argumentsfn - the function to register for execution later
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||