Uses of Interface
org.zkoss.zk.ui.ext.Native.Helper

Packages that use Native.Helper
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.ext Additional Interfaces that might be implemented by special components, such as AfterCompose
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zml The ZK XML Component Set. 
 

Uses of Native.Helper in org.zkoss.zk.ui
 

Classes in org.zkoss.zk.ui that implement Native.Helper
static class HtmlNativeComponent.HtmlHelper
          The HTML helper.
 

Methods in org.zkoss.zk.ui that return Native.Helper
 Native.Helper HtmlNativeComponent.getHelper()
           
 

Uses of Native.Helper in org.zkoss.zk.ui.ext
 

Methods in org.zkoss.zk.ui.ext that return Native.Helper
 Native.Helper Native.getHelper()
          Returns the helper to generate the output of the native components.
 

Uses of Native.Helper in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl with parameters of type Native.Helper
 java.lang.String UiEngineImpl.getNativeContent(Component comp, java.util.List<NodeInfo> children, Native.Helper helper)
           
 

Uses of Native.Helper in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys with parameters of type Native.Helper
 java.lang.String UiEngine.getNativeContent(Component comp, java.util.List<NodeInfo> children, Native.Helper helper)
          Retrieve the native content for a property of the specified component.
 

Uses of Native.Helper in org.zkoss.zml
 

Classes in org.zkoss.zml that implement Native.Helper
static class XmlNativeComponent.XmlHelper
          The HTML helper.
 

Methods in org.zkoss.zml that return Native.Helper
 Native.Helper XmlNativeComponent.getHelper()
           
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo