|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationMap | |
|---|---|
| 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.metainfo.impl | The implementation class of the metainfos. |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| Uses of AnnotationMap in org.zkoss.zk.ui |
|---|
| Methods in org.zkoss.zk.ui with parameters of type AnnotationMap | |
|---|---|
void |
AbstractComponent.addSharedAnnotationMap(AnnotationMap annots)
|
| Uses of AnnotationMap in org.zkoss.zk.ui.metainfo |
|---|
| Methods in org.zkoss.zk.ui.metainfo that return AnnotationMap | |
|---|---|
AnnotationMap |
ComponentInfo.getAnnotationMap()
Returns the annotation map defined in this info, or null if no annotation is ever defined. |
AnnotationMap |
ComponentDefinition.getAnnotationMap()
Returns the annotation map defined in this definition, or null if no annotation is ever defined. |
| Methods in org.zkoss.zk.ui.metainfo with parameters of type AnnotationMap | |
|---|---|
void |
AnnotationMap.addAll(AnnotationMap src)
Adds all annotations of the specified map to this map. |
| Uses of AnnotationMap in org.zkoss.zk.ui.metainfo.impl |
|---|
| Methods in org.zkoss.zk.ui.metainfo.impl that return AnnotationMap | |
|---|---|
AnnotationMap |
ComponentDefinitionImpl.getAnnotationMap()
|
| Uses of AnnotationMap in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys with parameters of type AnnotationMap | |
|---|---|
void |
ComponentCtrl.addSharedAnnotationMap(AnnotationMap annots)
Add a map of annotations which is shared by other components. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||