public void conteinerSelectionListener(SelectionEvent event){
final CoreTable table=(CoreTable)event.getComponent();
table.setRowIndex(-1);
table.getSelectedRowKeys().clear();
}
Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br
On Wed, Feb 25, 2009 at 4:36 PM, alex01130 <[email protected]> wrote:
> My Problem is, I'd like to reset /uncheck the select radio button of a
> tr:table inside the selectionListener procedure. Any ideas how perform this?
>
> Thanks in advance
>
> alex01130
>