|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.impl.NativeHelpers
public class NativeHelpers
Utilities for implementing Native.Helper.
| Constructor Summary | |
|---|---|
NativeHelpers()
|
|
| Method Summary | |
|---|---|
static void |
getAttributes(java.lang.StringBuffer sb,
java.util.Map props,
java.util.Collection namespaces)
Generates the attributes for the specified properties and namespaces. |
static java.lang.String |
outZKHtmlTags()
Deprecated. As of release 3.5.0, replaced with ZkFns.outZkHtmlTags(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeHelpers()
| Method Detail |
|---|
public static final void getAttributes(java.lang.StringBuffer sb,
java.util.Map props,
java.util.Collection namespaces)
props - a map of name and value pairs or null
if no properties at all.
Note: the value doesn't contain any EL expression.namespaces - a list of Namespace
to be generated, or null if not.
Note: EL expressions is not allowedpublic static java.lang.String outZKHtmlTags()
ZkFns.outZkHtmlTags().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||