|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||