| Setting the focus on the first row a a table [message #1449351] |
Tue, 21 October 2014 04:14  |
Eclipse User |
|
|
|
Hi,
I am trying to set the focus on the first row of a table. After setting the focus on the row, the user should be able to use the arrow keys up and in down in other move the focus from one row to another.
Until now I am able to set the selected row. In the browser I can see the selected row with the corresponding background color. That works fine. But If I use the arrow keys I see that the focus is still on the search button I clicked for search of data.
Well, I habe tryed to call "requestFocus" for the Table. This does not work.
Further I have to set the focus by using the methods "getUIFacade().fireRowActionFromUI(firstVisibleRow);" and "getUIFacade().fireRowClickFromUI(firstVisibleRow);". Both methods do not set the focus as required.
Can you help?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04216 seconds