RE: TabbedPanel: tab visibility

2010-04-27 Thread Metzger, Natalie J.
Yes, I can, thanks!!!

-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Tuesday, April 27, 2010 12:51 PM
To: users@wicket.apache.org
Subject: Re: TabbedPanel: tab visibility

can you not override isvisible() and do the check there?

-igor


On Tue, Apr 27, 2010 at 9:41 AM, Metzger, Natalie J.  wrote:
> Hi all,
>
> Maybe I'm blind, but is there a way to set the visibility of certain tabs in 
> the TabbedPanel? I only found the method isVisible(), but no setVisible(). My 
> goal is to have certain tabs only visible to users with corresponding 
> permissions. So far I have to add/remove tabs depending on those permissions, 
> and which is less than optimal.
> And yes, I can change the visibility of the content of the tab, but this is 
> not what I need.
>
> Any ideas?
>
> Thanks,
>                Natalie
>
> P.S. I'm using Wicket 1.4.6
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: TabbedPanel: tab visibility

2010-04-27 Thread Igor Vaynberg
can you not override isvisible() and do the check there?

-igor


On Tue, Apr 27, 2010 at 9:41 AM, Metzger, Natalie J.  wrote:
> Hi all,
>
> Maybe I'm blind, but is there a way to set the visibility of certain tabs in 
> the TabbedPanel? I only found the method isVisible(), but no setVisible(). My 
> goal is to have certain tabs only visible to users with corresponding 
> permissions. So far I have to add/remove tabs depending on those permissions, 
> and which is less than optimal.
> And yes, I can change the visibility of the content of the tab, but this is 
> not what I need.
>
> Any ideas?
>
> Thanks,
>                Natalie
>
> P.S. I'm using Wicket 1.4.6
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org