org.zkoss.zml
Class XmlNativeComponent.XmlHelper

java.lang.Object
  extended by 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.


Constructor Summary
XmlNativeComponent.XmlHelper()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlNativeComponent.XmlHelper

public XmlNativeComponent.XmlHelper()
Method Detail

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 © 2015. All rights reserved.