I’ve created a nice application with Scaffolding support.
When I run my app and I select an element from left-side list, I’ve a listView that shows me a list of entries.
When I click on a entry, in the bottom of screen I’ve a detailView.
I want to add in the bottom of screen, on the right of DetaliView a TabView.
I’ve just created the TabView with the GWT designer; this tabView is composed by a DecoratedTabPanel with six children.
How I can add it to my app? I want that this TabView appears when I click an item in the listView, like the detailView, on its right side.
Attachments:
You must be
logged in to view attached files.