phamow / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

Add selectedRow() to TableCell and TableCellByColumnName #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(I am using fest-swing 1.0b2.)

I would like to have a method on TableCell and TableCellByColumnName so
that I could do something like

tableFixture.cell(TableCell.selectedRow().column(1)).enterValue("foo");

I would expect selectedRow() to throw an exception (or return null, but I
that would just lead to an annoying NPE that the developer needs to track
down) if no row is selected.  If multiple rows are selected, it would throw
an exception.

Original issue reported on code.google.com by geis....@gmail.com on 28 Oct 2008 at 10:56

GoogleCodeExporter commented 9 years ago
I agree, that's a pretty useful feature!

I'd like to add you to the list on contributors. If you agree, please send me 
your
name to alex.ruiz.05 at gmail.com :)

Thanks!
-Alex

Original comment by Alex.Rui...@gmail.com on 28 Oct 2008 at 11:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Issue migrated to http://jira.codehaus.org/browse/FEST-43

Original comment by Alex.Rui...@gmail.com on 5 Mar 2009 at 7:33