You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org> on 2007/12/03 14:54:43 UTC

[jira] Commented: (TOBAGO-553) Support for click and dblClick action in the sheet

    [ https://issues.apache.org/jira/browse/TOBAGO-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547844 ] 

Helmut Swaczinna commented on TOBAGO-553:
-----------------------------------------

Is this feature already available in the current nightly build? I tried it but it did not work (nothing happens when a
row is clicked).

Some questions:

Can I use the tc:columnEvent together with multi row selection? 
Is it possible to request the selected rows in the column event action?
How do I get the row clicked in the action? 
Also with rendered partially attribute when the sheet is not on the reloaded part of the page?

I need the selectionChangeListener (or columnEvent) to update a panel when the user changes the selection in the sheet
without reloading the sheet itself. With the patch I posted for the selectionChangeListener this was possible.

> Support for click and dblClick action in the sheet
> --------------------------------------------------
>
>                 Key: TOBAGO-553
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-553
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core, Themes
>            Reporter: Bernd Bohmann
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.13
>
>
> similar to tc:columnSelector you can define a columnEvent tag for direct selection  
> <tc:sheet  >
>           <tc:columnEvent event="click" >
>              <tc:command action="#{controller.editAddress}" /> 
>           </tc:columnEvent>
>  <tc:sheet  >

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.