How to dynamically show different components for each row in a table

2006-10-31 Thread kevin_zhai

I have a  Table that has a column containing buttons for operations on each
row. Each row may have different operations applicable to it, so the buttons
for each row need to be determined dynamically based on the contents of row.

I have seen code to dynamically create buttons, but what I would like to
know is how to do this on a per-row basis, so that row 1 would might have 1
button, row 2 would have 3 buttons and so on. I would like to avoid the
solution of creating all of the possible types of buttons and hiding the
ones that do not apply to the current row.
-- 
View this message in context: 
http://www.nabble.com/How-to-dynamically-show-different-components-for-each-row-in-a-table-tf2545575.html#a7093117
Sent from the My Faces - Dev mailing list archive at Nabble.com.



Re: How to dynamically show different components for each row in a table

2006-10-31 Thread kevin_zhai

My table maybe each row(column) need different UI
component(radio,button,checkbox,textbox,etc),
so,use rendered attribute,it's not enough,
I need ,dynamically creat my table depending data type from select from
database data,
btw,thanks you advise

-- 
View this message in context: 
http://www.nabble.com/How-to-dynamically-show-different-components-for-each-row-in-a-table-tf2545575.html#a7095132
Sent from the My Faces - Dev mailing list archive at Nabble.com.