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.Helper
public 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.Helper
public void getSecondHalf(StringBuffer sb, String tag)
getSecondHalf
in interface org.zkoss.zk.ui.ext.Native.Helper
public void appendText(StringBuffer sb, String text)
appendText
in interface org.zkoss.zk.ui.ext.Native.Helper
Copyright © 2018. All rights reserved.