public static class XmlNativeComponent.XmlHelper extends Object implements org.zkoss.zk.ui.ext.Native.Helper
| Constructor and Description |
|---|
XmlHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendText(StringBuffer sb,
String text) |
void |
getFirstHalf(StringBuffer sb,
String tag,
Map<String,Object> props,
Collection<org.zkoss.idom.Namespace> namespaces) |
void |
getSecondHalf(StringBuffer sb,
String tag) |
org.zkoss.zk.ui.Component |
newNative(String text) |
public org.zkoss.zk.ui.Component newNative(String text)
newNative in interface org.zkoss.zk.ui.ext.Native.Helperpublic void getFirstHalf(StringBuffer sb, String tag, Map<String,Object> props, Collection<org.zkoss.idom.Namespace> namespaces)
getFirstHalf in interface org.zkoss.zk.ui.ext.Native.Helperpublic void getSecondHalf(StringBuffer sb, String tag)
getSecondHalf in interface org.zkoss.zk.ui.ext.Native.Helperpublic void appendText(StringBuffer sb, String text)
appendText in interface org.zkoss.zk.ui.ext.Native.HelperCopyright © 2021. All rights reserved.