Uses of Interface
org.zkoss.zk.ui.metainfo.Annotation
-
Packages that use Annotation Package Description org.zkoss.bind.impl org.zkoss.stateless.ui.util org.zkoss.zk.ui org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.sys -
-
Uses of Annotation in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return Annotation Modifier and Type Method Description static AnnotationAnnotationUtil. getSystemAnnotation(ComponentCtrl compCtrl, java.lang.String propName)Methods in org.zkoss.bind.impl with parameters of type Annotation Modifier and Type Method Description static java.lang.StringMiscUtil. formatLocationMessage(java.lang.String message, Annotation anno)static java.lang.StringAnnotationUtil. testString(java.lang.String[] string, Annotation anno) -
Uses of Annotation in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util that return Annotation Modifier and Type Method Description AnnotationVolatileComponent. getAnnotation(java.lang.String annotName)AnnotationVolatileComponent. getAnnotation(java.lang.String propName, java.lang.String annotName)Methods in org.zkoss.stateless.ui.util that return types with arguments of type Annotation Modifier and Type Method Description java.util.Collection<Annotation>VolatileComponent. getAnnotations()java.util.Collection<Annotation>VolatileComponent. getAnnotations(java.lang.String propName)java.util.Collection<Annotation>VolatileComponent. getAnnotations(java.lang.String propName, java.lang.String annotName) -
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.
-