Uses of Interface
org.zkoss.zk.ui.metainfo.Annotation

Packages that use Annotation
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of Annotation in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Annotation
 Annotation AbstractComponent.getAnnotation(java.lang.String annotName)
           
 Annotation AbstractComponent.getAnnotation(java.lang.String propName, java.lang.String annotName)
           
 

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

Methods in org.zkoss.zk.ui.metainfo that return Annotation
 Annotation AnnotationMap.getAnnotation(java.lang.String annotName)
          Returns the annotation associated with the component definition, or null if not available.
 Annotation AnnotationMap.getAnnotation(java.lang.String propName, java.lang.String annotName)
          Returns the annotation associated with the definition of the specified property, or null if not available.
 

Uses of Annotation in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return Annotation
 Annotation ComponentCtrl.getAnnotation(java.lang.String annotName)
          Returns the annotation associated with the component, or null if not available.
 Annotation ComponentCtrl.getAnnotation(java.lang.String propName, java.lang.String annotName)
          Returns the annotation associated with the definition of the specified property, or null if not available.
 



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