Uses of Class
org.zkoss.zk.ui.metainfo.AnnotationMap
-
Packages that use AnnotationMap Package Description org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.metainfo.impl -
-
Uses of AnnotationMap in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return AnnotationMap Modifier and Type Method Description AnnotationMapComponentDefinition. getAnnotationMap()Returns the annotation map defined in this definition, or null if no annotation is ever defined.AnnotationMapComponentInfo. getAnnotationMap()Returns the annotation map defined in this info, or null if no annotation is ever defined.AnnotationMapShadowInfo. getAnnotationMap()Returns the annotation map defined in this info, or null if no annotation is ever defined.Methods in org.zkoss.zk.ui.metainfo with parameters of type AnnotationMap Modifier and Type Method Description voidAnnotationMap. 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 Modifier and Type Method Description AnnotationMapComponentDefinitionImpl. getAnnotationMap()Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type AnnotationMap Modifier and Type Method Description voidAnnotationHelper. applyAnnotations(AnnotationMap annots, java.lang.String propName, boolean clear)Applies the annotations defined in this helper to the specified annotation map.
-