Hi everyone,

I am trying to build up a T5 navigation component. The general idea is:

- it should figure out the navigational tree based on the pages available around - Showing a page in the navigational component should be a matter of tagging a component with an annotation (@Navigable, or @ShowsInNavigation) - Additional info (i.e. display text, icon, etc..) also from annotation
- The grouping of pages should be based on sub packages in the *.pages)
- package-info.java would be used for annotating the groups (text, icons)



So here are the questions:

1) How can I iterate through all pages present in an app?

2) How can I access the annotations on a Page class. I saw the Component / ComponentModel interfaces but they do not offer access to the annotations. Perhaps the @Meta annotation can help here but I don't want to limit myself to strings.
        

--
Ognen Ivanovski | [EMAIL PROTECTED]
phone +389 -2- 30 64 532 | fax +389 -2- 30 79 495
Netcetera | 1000 Skopje | Macedonia | http://netcetera.com.mk




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to