Uses of Interface
org.zkoss.zk.ui.metainfo.Annotation
-
Packages that use Annotation Package Description org.zkoss.zk.ui org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.sys -
-
Uses of Annotation in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return Annotation Modifier and Type Method Description AnnotationAbstractComponent. getAnnotation(java.lang.String propName, java.lang.String annotName)Methods in org.zkoss.zk.ui that return types with arguments of type Annotation Modifier and Type Method Description 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 Modifier and Type Method Description AnnotationAnnotationMap. 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 Modifier and Type Method Description 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 Modifier and Type Method Description AnnotationComponentCtrl. 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 Modifier and Type Method Description 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.
-