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

Packages that use Annotation
org.zkoss.bind.impl Core Implementation for ZK Bind 
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.bind.impl
 

Methods in org.zkoss.bind.impl that return Annotation
static Annotation AnnotationUtil.getOverrideAnnotation(ComponentCtrl compCtrl, java.lang.String propName, java.lang.String annoName)
          Deprecated. since 6.5.4
static Annotation AnnotationUtil.getSystemAnnotation(ComponentCtrl compCtrl, java.lang.String propName)
           
 

Methods in org.zkoss.bind.impl with parameters of type Annotation
static java.lang.String MiscUtil.formatLocationMessage(java.lang.String message, Annotation anno)
           
static java.lang.String AnnotationUtil.testString(java.lang.String[] string, Annotation anno)
           
 

Uses of Annotation in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Annotation
 Annotation AbstractComponent.getAnnotation(java.lang.String annotName)
          Deprecated. As of release 6.0.0, replaced with AbstractComponent.getAnnotation(String, String).
 Annotation AbstractComponent.getAnnotation(java.lang.String propName, java.lang.String annotName)
           
 

Methods in org.zkoss.zk.ui that return types with arguments of type Annotation
 java.util.Collection<Annotation> AbstractComponent.getAnnotations()
          Deprecated. As of release 6.0.0, replaced with AbstractComponent.getAnnotations(String).
 java.util.Collection<Annotation> AbstractComponent.getAnnotations(java.lang.String propName)
           
 java.util.Collection<Annotation> AbstractComponent.getAnnotations(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 propName, java.lang.String annotName)
          Returns the annotation associated with the specified property, or null if not available.
 

Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type Annotation
 java.util.Collection<Annotation> AnnotationMap.getAnnotations(java.lang.String propName)
          Returns a read-only collection of all annotations associated with the the specified property.
 java.util.Collection<Annotation> AnnotationMap.getAnnotations(java.lang.String propName, java.lang.String annotName)
          Returns the annotations associated with the specified property.
 

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)
          Deprecated. As of release 6.0.0, replaced with ComponentCtrl.getAnnotation(String, String).
 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.
 

Methods in org.zkoss.zk.ui.sys that return types with arguments of type Annotation
 java.util.Collection<Annotation> ComponentCtrl.getAnnotations()
          Deprecated. As of release 6.0.0, replaced with ComponentCtrl.getAnnotations(String).
 java.util.Collection<Annotation> ComponentCtrl.getAnnotations(java.lang.String propName)
          Returns a read-only collection of all annotations (Annotation) associated with the specified property.
 java.util.Collection<Annotation> ComponentCtrl.getAnnotations(java.lang.String propName, java.lang.String annotName)
          Returns the annotations associated with the definition of the specified property.
 



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