cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro layout : more UIElement in one table cell ?

jerome_lim
Participant
0 Kudos

Dears,

I would like to create a layout with more elements in one table cell. anyone has an idea how to do this ?

WebDynpro Java doesn't support nest table in one Table cell

What I want is -

picture1 picture2 picture2

text 1 text 1 text 1

text 2 text 2 text 2

text 3 text 3 text 3

Thanks in advance.

Edited by: BenJ on Nov 20, 2009 11:32 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

jerome_lim
Participant
0 Kudos

I use transparentContainer instead of table, and problem is solved . thanks everyone !

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi BenJ

I guess you should try [Table Popin|http://help.sap.com/saphelp_nw70/helpdata/en/b5/cd42428e999923e10000000a155106/content.htm]. The Row Popin can include the whole container of UI controls which will be displayed underneath of each row.

BR, Siarhei

Former Member
0 Kudos

Hi,

You need more than 1 UI element for a row in a column of a table (i mean 1 table cell). If that is your requirement then i can simply say that it would not be possible in my knowlegde. Using cell variants in table can just replace one UI element with other dynamically within a table cell and not include more than one UI element in atable cell. Correct me if i am wrong.

I would suggest you to use Grouped table column for a table where you can insert columns within. So, it can give you a similar UI but not exactly what you expect. In these columns you can add any 1 UI element to be displayed at a time.

Hope this idea works for you. Try it out.

Regards,

Tushar Sinha

Former Member
0 Kudos

If you mean different cell editors per table row, you can achieve this using table cell editor variants.

Armin

Former Member
0 Kudos

Hi friend,

You can Do this by using Cell variant in web dynPro and there is one more way to do nesting within table using Table Column Group based on your requirement you can use that here is the reference for table cell variant. Hope it will help

[Developing State-of-the-Art Table UIs in Web Dynpro Java - Exercises|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80d81237-b780-2a10-d398-cc33af6bd75c&overridelayout=true]

[Play Sudoku: Using Table Cell Variants in Web Dynpro Java|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0310fd2-f40d-2a10-b288-bcbe0810a961&overridelayout=true]

Regards

Jeetendra.