Uses of Class
org.zkoss.zk.ui.metainfo.AnnotationMap

Packages that use AnnotationMap
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.metainfo.impl The implementation class of the metainfos. 
 

Uses of AnnotationMap in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo that return AnnotationMap
 AnnotationMap ComponentInfo.getAnnotationMap()
          Returns the annotation map defined in this info, or null if no annotation is ever defined.
 AnnotationMap ComponentDefinition.getAnnotationMap()
          Returns the annotation map defined in this definition, or null if no annotation is ever defined.
 

Methods in org.zkoss.zk.ui.metainfo with parameters of type AnnotationMap
 void AnnotationMap.addAll(AnnotationMap src)
          Adds all annotations of the specified map to this map.
 

Uses of AnnotationMap in org.zkoss.zk.ui.metainfo.impl
 

Methods in org.zkoss.zk.ui.metainfo.impl that return AnnotationMap
 AnnotationMap ComponentDefinitionImpl.getAnnotationMap()
           
 

Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type AnnotationMap
 void AnnotationHelper.applyAnnotations(AnnotationMap annots, java.lang.String propName, boolean clear)
          Applies the annotations defined in this helper to the specified annotation map.
 



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