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 java.lang.Object
- implements org.zkoss.zk.ui.ext.Native.Helper
The HTML helper.
Method Summary |
void |
appendText(java.lang.StringBuffer sb,
java.lang.String text)
|
void |
getFirstHalf(java.lang.StringBuffer sb,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> props,
java.util.Collection<org.zkoss.idom.Namespace> namespaces)
|
void |
getSecondHalf(java.lang.StringBuffer sb,
java.lang.String tag)
|
org.zkoss.zk.ui.Component |
newNative(java.lang.String text)
|
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(java.lang.String text)
- Specified by:
newNative
in interface org.zkoss.zk.ui.ext.Native.Helper
getFirstHalf
public void getFirstHalf(java.lang.StringBuffer sb,
java.lang.String tag,
java.util.Map<java.lang.String,java.lang.Object> props,
java.util.Collection<org.zkoss.idom.Namespace> namespaces)
- Specified by:
getFirstHalf
in interface org.zkoss.zk.ui.ext.Native.Helper
getSecondHalf
public void getSecondHalf(java.lang.StringBuffer sb,
java.lang.String tag)
- Specified by:
getSecondHalf
in interface org.zkoss.zk.ui.ext.Native.Helper
appendText
public void appendText(java.lang.StringBuffer sb,
java.lang.String text)
- Specified by:
appendText
in interface org.zkoss.zk.ui.ext.Native.Helper
Copyright © 2012. All Rights Reserved.