Hi Alex,

>1. Is this on the roadmap somewhere?

At least not for the upcoming maintenance release 6.1.3.

We have not finalized the plans for the next major release yet.

>2. I have found this mail
>http://lists.canoo.com/mailman/private/ulc-developer/2005/002446.html in
>the archives, but I need several additional rows in the second columns,
>so I can single select the values with the normal functionality of a
>table. Is there a simple way to do this?

It will be hard to do this as the selection is handled by the outer table.

If the number of values in second column cell is fixed, then you could
create a component on the lines of MultiComponent where you use a label or
button in the panel of the renderer for each value.

A cell renderer is used only for rendering, it does not capture events.  To
capture events, you need to specify a cell editor. You can copy
MultiComponent to create your own editor and define event listeners on it.

Refer to:
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#editor

>3. There is already an issue UBA-602
><https://www.canoo.com/jira/browse/UBA-602>  which asks for help on
>implementing the interface IRendererComponent. Is there any help around
>so I could extend my ULCTable?

It is a complex task.

If you wish Canoo can make you an offer for implementation.

Thanks and regards,

Janak

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Stucki
>Alexander, Bedag
>Sent: Monday, January 29, 2007 11:33 AM
>To: [EMAIL PROTECTED]
>Subject: [ULC-developer] ULCTable in a cell of ULCTable or ULCTableTree?
>
>
>Hi
>
>I need to render a cell of an ULCTableTree as a table.
>
>A special node 'A' has some values shown in the second column of the
>TableTree. We need to select a single value in the second column. So to
>show all the values renderered with '\n' in a text is not usefull. To
>put the attributes in some sort of child node is as well not usefull,
>because the attributes should be always visible even if the node 'A' is
>closed.
>
>| First Column  | Second Column     |
>|---------------+-------------------|
>| RootNode      |                   |
>|--|------------+-------------------|
>|  +-A          | 1. Attribute of A |
>|    |          |-------------------|
>|    |          | 2. Attribute of A |
>|    |          |-------------------|
>|    |          | 3. Attribute of A |
>|----|----------+-------------------|
>|    +-B        |                   |
>|----|----------+-------------------|
>|    +-B        |                   |
>|------|--------+-------------------|
>|      +-C      |                   |
>|---------------+-------------------|
>|...
>
>
>Unfortunately ULCTable does not implement the interface
>IRendererComponent jet as ULCLabel or ULCComboBox do.
>
>1. Is this on the roadmap somewhere?
>
>2. I have found this mail
>http://lists.canoo.com/mailman/private/ulc-developer/2005/002446.html in
>the archives, but I need several additional rows in the second columns,
>so I can single select the values with the normal functionality of a
>table. Is there a simple way to do this?
>
>3. There is already an issue UBA-602
><https://www.canoo.com/jira/browse/UBA-602>  which asks for help on
>implementing the interface IRendererComponent. Is there any help around
>so I could extend my ULCTable?
>
>Thanks!
>Alex
>
>Alexander Stucki
>Bedag Informatik AG
>Software-Entwicklung
>Gutenbergstrasse 1
>3011 Bern
>Telefon:       +41 (0)31 633 21 21 (direkt 633 25 35)
>E-Mail:        mailto:[EMAIL PROTECTED]
>www.bedag.ch
>
>
>
>_______________________________________________
>ULC-developer mailing list
>[email protected]
>http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to