Package org.zkoss.zml

Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • XmlHelper

        public XmlHelper()
    • Method Detail

      • 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