Uses of Class
org.zkoss.zk.ui.metainfo.TemplateInfo
-
Packages that use TemplateInfo Package Description org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.util -
-
Uses of TemplateInfo in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type TemplateInfo Modifier and Type Method Description java.util.Map<java.lang.String,TemplateInfo>PageDefinition. getTemplatesInfo()Gets templates info mapMethods in org.zkoss.zk.ui.metainfo with parameters of type TemplateInfo Modifier and Type Method Description voidPageDefinition. addTemplateInfo(TemplateInfo info)Adds a template info The previous src of the same name will be replaced. -
Uses of TemplateInfo in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return TemplateInfo Modifier and Type Method Description TemplateInfoTemplateCtrl. getMeta()Returns a meta information about the Template element.
-