org.zkoss.zml
Class XmlNativeComponent.XmlHelper
java.lang.Object
org.zkoss.zml.XmlNativeComponent.XmlHelper
- All Implemented Interfaces:
- org.zkoss.zk.ui.ext.Native.Helper
- Enclosing class:
- XmlNativeComponent
public static class XmlNativeComponent.XmlHelper
- extends Object
- implements org.zkoss.zk.ui.ext.Native.Helper
The HTML helper.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlNativeComponent.XmlHelper
public XmlNativeComponent.XmlHelper()
newNative
public org.zkoss.zk.ui.Component newNative(String text)
- Specified by:
newNative
in interface org.zkoss.zk.ui.ext.Native.Helper
getFirstHalf
public void getFirstHalf(StringBuffer sb,
String tag,
Map<String,Object> props,
Collection<org.zkoss.idom.Namespace> namespaces)
- Specified by:
getFirstHalf
in interface org.zkoss.zk.ui.ext.Native.Helper
getSecondHalf
public void getSecondHalf(StringBuffer sb,
String tag)
- Specified by:
getSecondHalf
in interface org.zkoss.zk.ui.ext.Native.Helper
appendText
public void appendText(StringBuffer sb,
String text)
- Specified by:
appendText
in interface org.zkoss.zk.ui.ext.Native.Helper
Copyright © 2013. All Rights Reserved.