I'm developing a GWT-Application where the navigation is mainly a TabLayoutPane, where each Tab represents a different functionality. What I need is to only show tabs the user is allowed to see (each user has a role like user or admin).
The problem is I don't know how to achieve this, especially with UIBinder. Here's what I thought of: 1.) Don't use UIBinder and build the TabLayoutPanel programmatically. 2.) Use UIBinder and just hide certain tabs based on each users role (which sounds like it would be quite inefficient). Or are there better ways to achieve something like this? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
