Uses of Class
org.zkoss.zk.ui.metainfo.NativeInfo
-
Packages that use NativeInfo Package Description org.zkoss.zk.ui.metainfo -
-
Uses of NativeInfo in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return NativeInfo Modifier and Type Method Description NativeInfoNativeInfo. getSplitChild()Returns the split child, or null if not available.Methods in org.zkoss.zk.ui.metainfo with parameters of type NativeInfo Modifier and Type Method Description voidComponentInfo. addProperty(java.lang.String name, NativeInfo value, ConditionImpl cond)Adds a property initializer based on the native content.voidNativeInfo. setSplitChild(NativeInfo child)Sets the split kid.Constructors in org.zkoss.zk.ui.metainfo with parameters of type NativeInfo Constructor Description Property(EvaluatorRef evalr, java.lang.String name, NativeInfo value, ConditionImpl cond)Constructs a property with the native content.
-