Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Grid -How to obtain selected cell?

Hello,

sorry for this obvious newbie question, but how can I detect which cell (column index) of a GridItem is selected?
With "grid.getSelection()[0]" I receive a GridItem representing a row.
But I cannot find a method allowing me to determine which index of the GridItem is selected.
Of course I set the flag "grid.setCellSelectionEnabled(true);".

Thanks,
Michael

--
M.Sc. Michael Lodemann           Dept. for Computer Science, CAU of Kiel
Room 1106                        Communication Systems Research Group
                                Phone:    +49-(0)431-880-7289
Christian-Albrechts-Platz 4      Fax:      +49-(0)431-880-7615
24098 Kiel - Germany             milo@xxxxxxxxxxxxxxxxxxxxxx



Back to the top