Uses of Interface
org.zkoss.zk.ui.ext.Native.Helper
-
Packages that use Native.Helper Package Description org.zkoss.zk.ui org.zkoss.zk.ui.ext org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of Native.Helper in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement Native.Helper Modifier and Type Class Description static classHtmlNativeComponent.HtmlHelperThe HTML helper.Methods in org.zkoss.zk.ui that return Native.Helper Modifier and Type Method Description Native.HelperHtmlNativeComponent. getHelper() -
Uses of Native.Helper in org.zkoss.zk.ui.ext
Methods in org.zkoss.zk.ui.ext that return Native.Helper Modifier and Type Method Description Native.HelperNative. 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 Modifier and Type Method Description java.lang.StringUiEngineImpl. 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 Modifier and Type Method Description java.lang.StringUiEngine. getNativeContent(Component comp, java.util.List<NodeInfo> children, Native.Helper helper)Retrieve the native content for a property of the specified component.
-