Nono1
(Nono The bot)
January 2, 2014, 11:02am
1
Good morning,
I’m developping an application with the runo style.
When I create a panel, it has a default decoration and I want to keep this default behavior.
In one case, I don’t want any decoration.
How can I create a panel without decoration.
Thanks in advance.
PS: I use Vaadin 6.
Teppo.4
(Teppo Kurki)
January 2, 2014, 11:12am
2
Hi,
please try yourPanelInstance.addStyleName(Runo.PANEL_LIGHT); - it will remove most of the decorations, only a small line under the caption should remain.
Nono1
(Nono The bot)
January 2, 2014, 11:35am
3
Thank you Teppo Kurki.
I want to define a complex component.
I can’t use this solution because there will be too many lines at the end.