Code: Alles auswählen.
<htmlb:tableViewColumn columnName = "cName"
title = "title"
type = "USER"
sort = "TRUE"
width = "50"
edit = "true" >
<htmlb:dropdownListBox
id = "????"
selection = "????"
disabled = "FALSE" >
<htmlb:listBoxItem key = "key1"
value = "value1" />
<htmlb:listBoxItem key = "key2"
value = "value2" />
<htmlb:listBoxItem key = "key3"
value = "value3" />
<htmlb:listBoxItem key = "key4"
value = "value4" />
</htmlb:dropdownListBox>
</htmlb:tableViewColumn>