ListView - modify css for some column

2008-09-29 Thread radovan
ModelString(newCssClass), )); It adds this css class for all td tags. By oter words for whole row. But I need modify only some td, only some column. Could you give me some advice? Thanks a lot. -- View this message in context: http://www.nabble.com/ListView---modify-css-for-some-column

Re: ListView - modify css for some column

2008-09-29 Thread Thies Edeling
radovan wrote: Hallo community, my code looks like this: listView = new ListViewMyItem(collectionIterator, listOfMyItems) { @Override protected void populateItem(ListItemMyItem item) { MyItem myItem = (MyItem)

Re: ListView - modify css for some column

2008-09-29 Thread radovan
://www.nabble.com/ListView---modify-css-for-some-column-tp19726888p19727084.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ListView - modify css for some column

2008-09-29 Thread Korbinian Bachl - privat
you should use DataTable instead of ListView for that; there you can easily manipulate by overriding the getCSS() function of the columns. Best, Korbinian radovan schrieb: Hallo community, my code looks like this: listView = new ListViewMyItem(collectionIterator,

Re: ListView - modify css for some column

2008-09-29 Thread Igor Vaynberg
commands, e-mail: [EMAIL PROTECTED] ok, but listItem is for whole row (for tr), how I get td from listItem? -- View this message in context: http://www.nabble.com/ListView---modify-css-for-some-column-tp19726888p19727084.html Sent from the Wicket - User mailing list archive at Nabble.com